1
0
Fork 0

Bump version: 4.8.2 → 4.9.0

This commit is contained in:
Adam Coddington 2023-12-09 19:11:20 -08:00
parent 7fde5f7165
commit a41768c160
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 4.8.2 current_version = 4.9.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.2' __version__ = '4.9.0'
default_app_config = 'django_mailbox.apps.MailBoxConfig' default_app_config = 'django_mailbox.apps.MailBoxConfig'