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 692f264 commit d7d8d7cCopy full SHA for d7d8d7c
HISTORY.rst
@@ -82,3 +82,10 @@ History
82
`Full Changelog <https://github.com/chopdgd/django-user-activities/compare/v0.5.3...v0.5.4>`_
83
84
* Updated 3rd party requirements.
85
+
86
+0.5.5 (2018-12-18)
87
+++++++++++++++++++
88
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
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.5.4
+current_version = 0.5.5
3
commit = True
4
tag = True
5
user_activities/__init__.py
@@ -1 +1 @@
-__version__ = '0.5.4'
+__version__ = '0.5.5'
0 commit comments