Skip to content

Commit

Permalink
increase version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arneb committed Jun 8, 2016
1 parent c6a2551 commit db247ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_messages/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 5, 1,)
VERSION = (0, 5, 2,)
__version__ = '.'.join(map(str, VERSION))
default_app_config = 'django_messages.apps.DjangoMessagesConfig'

0 comments on commit db247ab

Please sign in to comment.