Skip to content

Commit

Permalink
Bump version: 0.14.0 → 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Feb 4, 2020
1 parent cdc8d56 commit d36ed1c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion admin_tools_stats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#


__version__ = '0.14.0' # edit also docs/source/conf.py and update requirements.txt
__version__ = '0.15.0' # edit also docs/source/conf.py and update requirements.txt
__author__ = "Petr Dlouhy"
__contact__ = "petr.dlouhy@emai.cz"
__homepage__ = "https://github.com/PetrDlouhy"
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# built documents.
#
# The short X.Y version.
version = '0.14.0'
version = '0.15.0'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
13 changes: 7 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.14.0
current_version = 0.15.0
commit = True
tag = True

Expand All @@ -9,8 +9,9 @@ tag = True

[flake8]
max-line-length = 150
exclude =
*migrations/*,
docs/,
.eggs/
application-import-names=admin_tools_stats
exclude =
*migrations/*,
docs/,
.eggs/
application-import-names = admin_tools_stats

0 comments on commit d36ed1c

Please sign in to comment.