Skip to content

Commit 40263b6

Browse files
Bump version: 4.8.1 → 4.8.2
1 parent 5abc198 commit 40263b6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[bumpversion]
2-
current_version = 4.8.1
2+
current_version = 4.8.2
33
commit = True
44
tag = True
55
tag_name = {new_version}
66

77
[bumpversion:file:django_mailbox/__init__.py]
8-

django_mailbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '4.8.1'
1+
__version__ = '4.8.2'
22

33
default_app_config = 'django_mailbox.apps.MailBoxConfig'

0 commit comments

Comments
 (0)