Skip to content

Commit 7595f12

Browse files
committed
Bump version: 1.4.2 → 1.5.0
1 parent 15ab1fb commit 7595f12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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.4.1
2+
current_version = 1.5.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,3 +1,3 @@
11
NAME = 'django-admin-extra-buttons'
2-
VERSION = __version__ = '1.4.2'
2+
VERSION = __version__ = '1.5.0'
33
__author__ = 'sax'

0 commit comments

Comments
 (0)