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 9dd5f24 commit d940ee6Copy full SHA for d940ee6
HISTORY.rst
@@ -89,3 +89,11 @@ History
89
`Full Changelog <https://github.com/chopdgd/django-user-activities/compare/v0.5.4...v0.5.5>`_
90
91
* Minor model change to make text not required in Comment/Review models
92
+
93
+0.5.5 (2019-02-08)
94
+++++++++++++++++++
95
96
+`Full Changelog <https://github.com/chopdgd/django-user-activities/compare/v0.5.5...v0.5.6>`_
97
98
+* Updated 3rd party requirements.
99
+* Updated testing to properly use py.text fixtures
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.5.5
+current_version = 0.5.6
3
commit = True
4
tag = True
5
user_activities/__init__.py
@@ -1 +1 @@
-__version__ = '0.5.5'
+__version__ = '0.5.6'
0 commit comments