We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1165a23 commit 5c7b208Copy full SHA for 5c7b208
2 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.0
+current_version = 1.1.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
default_app_config = 'admin_extra_buttons.apps.Config'
NAME = 'django-admin-extra-buttons'
-VERSION = __version__ = '1.0.0'
+VERSION = __version__ = '1.1.0'
__author__ = 'sax'
0 commit comments