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

Merge branch 'master' of github.com:nickmccullum/django-mailbox

This commit is contained in:
Nick McCullum 2021-10-18 08:52:36 -03:00
commit 44f517b34e
52 changed files with 323 additions and 384 deletions

View file

@ -1,3 +1,3 @@
__version__ = "5.0.1"
__version__ = "4.8.2"
default_app_config = "django_mailbox.apps.MailBoxConfig"