1
0
Fork 0

Bump version: 4.8.1 → 4.8.2

This commit is contained in:
Adam Coddington 2020-12-06 18:11:32 -08:00
parent 5abc1981dc
commit 40263b6670
2 changed files with 2 additions and 3 deletions

View file

@ -1,8 +1,7 @@
[bumpversion] [bumpversion]
current_version = 4.8.1 current_version = 4.8.2
commit = True commit = True
tag = True tag = True
tag_name = {new_version} tag_name = {new_version}
[bumpversion:file:django_mailbox/__init__.py] [bumpversion:file:django_mailbox/__init__.py]

View file

@ -1,3 +1,3 @@
__version__ = '4.8.1' __version__ = '4.8.2'
default_app_config = 'django_mailbox.apps.MailBoxConfig' default_app_config = 'django_mailbox.apps.MailBoxConfig'