File tree Expand file tree Collapse file tree 5 files changed +16
-4
lines changed Expand file tree Collapse file tree 5 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -13,24 +13,36 @@ History
13
13
++++++++++++++++++
14
14
15
15
`Full Changelog <https://github.com/chopdgd/django-user-activities/compare/v0.2.0...v0.3.0 >`_
16
+
16
17
* Improved REST API filters.
17
18
18
19
0.3.1 (2017-01-09)
19
20
++++++++++++++++++
20
21
21
22
`Full Changelog <https://github.com/chopdgd/django-user-activities/compare/v0.3.0...v0.3.1 >`_
23
+
22
24
* Fixed issues with migrations.
23
25
24
26
0.3.2 (2017-01-12)
25
27
++++++++++++++++++
26
28
27
29
`Full Changelog <https://github.com/chopdgd/django-user-activities/compare/v0.3.1...v0.3.2 >`_
30
+
28
31
* Fixed route names for SimpleRouter.
29
32
30
33
0.4.0 (2017-02-06)
31
34
++++++++++++++++++
32
35
33
36
`Full Changelog <https://github.com/chopdgd/django-user-activities/compare/v0.3.2...v0.4.0 >`_
37
+
34
38
* Optimized API
35
39
* Added additional filters to API
36
40
* 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
Original file line number Diff line number Diff line change 4
4
djangorestframework == 3.7.7
5
5
6
6
django-filter == 1.1.0
7
- django-genomix == 0.4.1
7
+ django-genomix == 0.5.0
8
8
django-model-utils == 3.1.1
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.4.0
2
+ current_version = 0.4.1
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ def get_version(*file_paths):
59
59
install_requires = [
60
60
'djangorestframework==3.7.3' ,
61
61
'django-filter==1.1.0' ,
62
- 'django-genomix==0.4.1 ' ,
62
+ 'django-genomix==0.5.0 ' ,
63
63
'django-model-utils==3.1.1' ,
64
64
],
65
65
license = "MIT" ,
Original file line number Diff line number Diff line change 1
- __version__ = '0.4.0 '
1
+ __version__ = '0.4.1 '
You can’t perform that action at this time.
0 commit comments