1
0
Fork 0

Bump version: 4.8.0 → 4.8.1

This commit is contained in:
Adam Dobrawy 2019-10-15 05:18:23 +02:00
parent ff8a583476
commit f9b0a27e5f
2 changed files with 2 additions and 2 deletions

View file

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

View file

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