1
0
Fork 0

Bump version: 4.6.0 → 4.7.0

This commit is contained in:
Adam Coddington 2018-01-15 21:45:37 -08:00
parent 04a0b20b5f
commit dfad0f8f9c
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,3 +1,3 @@
__version__ = '4.6.0'
__version__ = '4.7.0'
default_app_config = 'django_mailbox.apps.MailBoxConfig'