Skip to content

Commit 9a94e64

Browse files
committed
Bump version: 0.4.1 → 0.5.0
1 parent 70b1fdf commit 9a94e64

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

HISTORY.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,15 @@ History
4242
0.4.1 (2017-02-09)
4343
++++++++++++++++++
4444

45-
`Full Changelog <https://github.com/chopdgd/django-user-activities/compare/v0.3.2...v0.4.0>`_
45+
`Full Changelog <https://github.com/chopdgd/django-user-activities/compare/v0.4.0...v0.4.1>`_
46+
47+
* Fixed changelog
48+
* Made updates to dependencies library
49+
50+
0.5.0 (2017-04-07)
51+
++++++++++++++++++
52+
53+
`Full Changelog <https://github.com/chopdgd/django-user-activities/compare/v0.4.0...v0.5.0>`_
4654

4755
* Fixed changelog
4856
* Made updates to dependencies library

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

0 commit comments

Comments
 (0)