Skip to content

Commit

Permalink
Bump version: 0.10.0 → 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Oct 7, 2019
1 parent ab5a367 commit 920665c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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.10.0' # edit also docs/source/conf.py and update requirements.txt
__version__ = '0.10.1' # 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.10.0'
version = '0.10.1'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[bumpversion]
current_version = 0.10.0
current_version = 0.10.1
commit = True
tag = True

[bumpversion:file:admin_tools_stats/__init__.py]

[bumpversion:file:docs/source/conf.py]

[flake8]
max-line-length = 150
# enable-extensions = import-order, blind-except

0 comments on commit 920665c

Please sign in to comment.