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 2d81722 commit 8c63922Copy full SHA for 8c63922
HISTORY.rst
@@ -119,3 +119,10 @@ History
119
`0.5.9 Changelog <https://github.com/chopdgd/django-user-activities/compare/v0.5.8...v0.5.9>`_
120
121
* Updated 3rd party requirements.
122
+
123
+0.5.10 (2019-08-09)
124
+++++++++++++++++++
125
126
+`0.5.10 Changelog <https://github.com/chopdgd/django-user-activities/compare/v0.5.9...v0.5.10>`_
127
128
+* Updated 3rd party requirements.
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.5.9
+current_version = 0.5.10
3
commit = True
4
tag = True
5
user_activities/__init__.py
@@ -1 +1 @@
-__version__ = '0.5.9'
+__version__ = '0.5.10'
0 commit comments