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 97a93af commit 067554aCopy full SHA for 067554a
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.5.3
+current_version = 1.5.4
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+).(?P<build>\d+))?
eoxserver/__init__.py
@@ -28,7 +28,7 @@
28
# ------------------------------------------------------------------------------
29
30
31
-__version__ = '1.5.3'
+__version__ = '1.5.4'
32
33
34
def get_version():
0 commit comments