Skip to content

Commit a1f6d7c

Browse files
committed
Bump version: 0.5.7 → 0.5.8
1 parent 812d3ed commit a1f6d7c

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
lines changed

HISTORY.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,10 @@ History
105105

106106
* Updated 3rd party requirements.
107107
* 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

setup.cfg

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.7
2+
current_version = 0.5.8
33
commit = True
44
tag = True
55

@@ -10,11 +10,12 @@ universal = 1
1010

1111
[flake8]
1212
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
2020
max-line-length = 119
21+

user_activities/__init__.py

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

0 commit comments

Comments
 (0)