Skip to content

Commit 278460e

Browse files
committed
Bump version: 0.5.2 → 0.5.3
1 parent eec9b26 commit 278460e

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
@@ -68,3 +68,10 @@ History
6868
`Full Changelog <https://github.com/chopdgd/django-user-activities/compare/v0.5.1...v0.5.2>`_
6969

7070
* Updated setup.py to read requirments.txt
71+
72+
0.5.3 (2018-08-13)
73+
++++++++++++++++++
74+
75+
`Full Changelog <https://github.com/chopdgd/django-user-activities/compare/v0.5.2...v0.5.3>`_
76+
77+
* Updated 3rd party requirements. Some requirements had changed so it was causing failures

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

0 commit comments

Comments
 (0)