1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Update __init__.py

This commit is contained in:
Manuel Gomez 2019-06-25 14:17:45 +02:00 committed by GitHub
parent 204d67a57d
commit 625e16647a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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