1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-10 06:48:19 +02:00

Bump version: 4.5.4 → 4.5.5

This commit is contained in:
Adam Coddington 2017-10-15 14:20:48 -07:00
parent 9f8d653ada
commit 4c2ab99d18
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
__version__ = '4.5.4'
__version__ = '4.5.5'
default_app_config = 'django_mailbox.apps.MailBoxConfig'