Skip to content

Commit d940ee6

Browse files
committed
Bump version: 0.5.5 → 0.5.6
1 parent 9dd5f24 commit d940ee6

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

HISTORY.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,11 @@ History
8989
`Full Changelog <https://github.com/chopdgd/django-user-activities/compare/v0.5.4...v0.5.5>`_
9090

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

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.5
2+
current_version = 0.5.6
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.5'
1+
__version__ = '0.5.6'

0 commit comments

Comments
 (0)