1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Bump version: 4.8.1 → 5.0.0

This commit is contained in:
Adam Dobrawy 2020-02-02 08:49:36 +01:00
parent e8a6a5ec0d
commit 59e950ff8d
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 4.8.1 current_version = 5.0.0
commit = True commit = True
tag = True tag = True
tag_name = {new_version} tag_name = {new_version}

View file

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