Skip to content

Commit 067554a

Browse files
committed
Bump version: 1.5.3 → 1.5.4
1 parent 97a93af commit 067554a

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.5.3
2+
current_version = 1.5.4
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+).(?P<build>\d+))?

eoxserver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# ------------------------------------------------------------------------------
2929

3030

31-
__version__ = '1.5.3'
31+
__version__ = '1.5.4'
3232

3333

3434
def get_version():

0 commit comments

Comments
 (0)