Skip to content

Commit 4159ffb

Browse files
committed
Bump version: 0.4.0 → 0.4.1
1 parent cc10f17 commit 4159ffb

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

HISTORY.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,36 @@ History
1313
++++++++++++++++++
1414

1515
`Full Changelog <https://github.com/chopdgd/django-user-activities/compare/v0.2.0...v0.3.0>`_
16+
1617
* Improved REST API filters.
1718

1819
0.3.1 (2017-01-09)
1920
++++++++++++++++++
2021

2122
`Full Changelog <https://github.com/chopdgd/django-user-activities/compare/v0.3.0...v0.3.1>`_
23+
2224
* Fixed issues with migrations.
2325

2426
0.3.2 (2017-01-12)
2527
++++++++++++++++++
2628

2729
`Full Changelog <https://github.com/chopdgd/django-user-activities/compare/v0.3.1...v0.3.2>`_
30+
2831
* Fixed route names for SimpleRouter.
2932

3033
0.4.0 (2017-02-06)
3134
++++++++++++++++++
3235

3336
`Full Changelog <https://github.com/chopdgd/django-user-activities/compare/v0.3.2...v0.4.0>`_
37+
3438
* Optimized API
3539
* Added additional filters to API
3640
* Made updates to dependencies library
41+
42+
0.4.1 (2017-02-09)
43+
++++++++++++++++++
44+
45+
`Full Changelog <https://github.com/chopdgd/django-user-activities/compare/v0.3.2...v0.4.0>`_
46+
47+
* Fixed changelog
48+
* Made updates to dependencies library

requirements.txt

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

66
django-filter==1.1.0
7-
django-genomix==0.4.1
7+
django-genomix==0.5.0
88
django-model-utils==3.1.1

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.0
2+
current_version = 0.4.1
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def get_version(*file_paths):
5959
install_requires=[
6060
'djangorestframework==3.7.3',
6161
'django-filter==1.1.0',
62-
'django-genomix==0.4.1',
62+
'django-genomix==0.5.0',
6363
'django-model-utils==3.1.1',
6464
],
6565
license="MIT",

user_activities/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.4.0'
1+
__version__ = '0.4.1'

0 commit comments

Comments
 (0)