We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b57c3d commit 2140ab6Copy full SHA for 2140ab6
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.5.2
+current_version = 1.5.3
3
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
4
serialize = {major}.{minor}.{patch}
5
commit = True
src/admin_extra_buttons/__init__.py
@@ -1,3 +1,3 @@
NAME = 'django-admin-extra-buttons'
-VERSION = __version__ = '1.5.2'
+VERSION = __version__ = '1.5.3'
__author__ = 'sax'
0 commit comments