Skip to content

Commit 8c63922

Browse files
committed
Bump version: 0.5.9 → 0.5.10
1 parent 2d81722 commit 8c63922

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
@@ -119,3 +119,10 @@ History
119119
`0.5.9 Changelog <https://github.com/chopdgd/django-user-activities/compare/v0.5.8...v0.5.9>`_
120120

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

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

0 commit comments

Comments
 (0)