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.7.1 → 4.7.2

This commit is contained in:
Scott Stafford 2019-02-26 13:50:49 -05:00
parent cdda047f9f
commit 43557c5734
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,3 +1,3 @@
__version__ = '4.7.1'
__version__ = '4.7.2'
default_app_config = 'django_mailbox.apps.MailBoxConfig'