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 da38ce5 commit 2bec997Copy full SHA for 2bec997
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.5.2
+current_version = 1.5.3
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.2'
+__version__ = '1.5.3'
32
33
34
def get_version():
0 commit comments