File tree Expand file tree Collapse file tree 3 files changed +17
-9
lines changed Expand file tree Collapse file tree 3 files changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -105,3 +105,10 @@ History
105
105
106
106
* Updated 3rd party requirements.
107
107
* Updated travis to use xenial distribution. Django 2.1 dropped support for SQLite < 3.8.3
108
+
109
+ 0.5.8 (2019-05-31)
110
+ ++++++++++++++++++
111
+
112
+ `0.5.8 Changelog <https://github.com/chopdgd/django-user-activities/compare/v0.5.7...v0.5.8 >`_
113
+
114
+ * Updated packaged to mirror new cookiecutter template
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.5.7
2
+ current_version = 0.5.8
3
3
commit = True
4
4
tag = True
5
5
@@ -10,11 +10,12 @@ universal = 1
10
10
11
11
[flake8]
12
12
ignore = D203
13
- exclude =
14
- user_activities/migrations,
15
- .git,
16
- .tox,
17
- docs/conf.py,
18
- build,
19
- dist
13
+ exclude =
14
+ user_activities/migrations,
15
+ .git,
16
+ .tox,
17
+ docs/conf.py,
18
+ build,
19
+ dist
20
20
max-line-length = 119
21
+
Original file line number Diff line number Diff line change 1
- __version__ = '0.5.7 '
1
+ __version__ = '0.5.8 '
You can’t perform that action at this time.
0 commit comments