Skip to content

Commit 503f1d6

Browse files
committed
Merge branch 'release-0.5.2' into develop
2 parents 07f72a5 + 6babe14 commit 503f1d6

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

HISTORY.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,10 @@ History
6161
`Full Changelog <https://github.com/chopdgd/django-user-activities/compare/v0.5.0...v0.5.1>`_
6262

6363
* Made updates to dependencies library
64+
65+
0.5.2 (2017-05-16)
66+
++++++++++++++++++
67+
68+
`Full Changelog <https://github.com/chopdgd/django-user-activities/compare/v0.5.1...v0.5.2>`_
69+
70+
* Updated setup.py to read requirments.txt

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
djangorestframework==3.8.2
55

66
django-filter==1.1.0
7-
django-genomix==0.6.1
7+
django-genomix==0.6.2
88
django-model-utils==3.1.2

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

0 commit comments

Comments
 (0)