Skip to content

Commit

Permalink
Bump version: 0.23.0 → 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Feb 23, 2021
1 parent 889b8c0 commit 03f7cdd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.23.0' # edit also docs/source/conf.py and update requirements.txt
__version__ = '0.24.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.23.0'
version = '0.24.0'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.23.0
current_version = 0.24.0
commit = True
tag = True

Expand Down

0 comments on commit 03f7cdd

Please sign in to comment.