We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2ce5c commit 621039bCopy full SHA for 621039b
django_messages/__init__.py
@@ -1,4 +1,4 @@
1
-VERSION = (0, 5, 1,)
+VERSION = (0, 5, 2,)
2
__version__ = '.'.join(map(str, VERSION))
3
default_app_config = 'django_messages.apps.DjangoMessagesConfig'
4
from . import signals
0 commit comments