We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f33c57 commit b34da4eCopy full SHA for b34da4e
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.0-rc28
+current_version = 1.0.0-rc29
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.0.0-rc28'
+__version__ = '1.0.0-rc29'
32
33
34
def get_version():
0 commit comments