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 eec9b26 commit 278460eCopy full SHA for 278460e
HISTORY.rst
@@ -68,3 +68,10 @@ History
68
`Full Changelog <https://github.com/chopdgd/django-user-activities/compare/v0.5.1...v0.5.2>`_
69
70
* Updated setup.py to read requirments.txt
71
+
72
+0.5.3 (2018-08-13)
73
+++++++++++++++++++
74
75
+`Full Changelog <https://github.com/chopdgd/django-user-activities/compare/v0.5.2...v0.5.3>`_
76
77
+* Updated 3rd party requirements. Some requirements had changed so it was causing failures
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.5.2
+current_version = 0.5.3
3
commit = True
4
tag = True
5
user_activities/__init__.py
@@ -1 +1 @@
-__version__ = '0.5.2'
+__version__ = '0.5.3'
0 commit comments