Skip to content

Commit 5c7b208

Browse files
committed
Bump version: 1.0.0 → 1.1.0
1 parent 1165a23 commit 5c7b208

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.0
2+
current_version = 1.1.0
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
44
serialize = {major}.{minor}.{patch}
55
commit = True
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default_app_config = 'admin_extra_buttons.apps.Config'
22

33
NAME = 'django-admin-extra-buttons'
4-
VERSION = __version__ = '1.0.0'
4+
VERSION = __version__ = '1.1.0'
55
__author__ = 'sax'

0 commit comments

Comments
 (0)