Skip to content

Commit d7d8d7c

Browse files
committed
Bump version: 0.5.4 → 0.5.5
1 parent 692f264 commit d7d8d7c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

HISTORY.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,10 @@ History
8282
`Full Changelog <https://github.com/chopdgd/django-user-activities/compare/v0.5.3...v0.5.4>`_
8383

8484
* 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.4
2+
current_version = 0.5.5
33
commit = True
44
tag = True
55

user_activities/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.5.4'
1+
__version__ = '0.5.5'

0 commit comments

Comments
 (0)