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 15ab1fb commit 7595f12Copy full SHA for 7595f12
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.4.1
+current_version = 1.5.0
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.4.2'
+VERSION = __version__ = '1.5.0'
__author__ = 'sax'
0 commit comments