We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 256bbaa commit 8f51e22Copy full SHA for 8f51e22
.bumpversion.cfg
@@ -1,6 +1,5 @@
1
[bumpversion]
2
-current_version = 2.5.0-procyde.1
3
-commit = True
+current_version = v2.5.0-beta.1-dev-pr1
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>.*)-(?P<build>\d+))?
6
serialize =
source/app/configuration.py
@@ -230,7 +230,7 @@ class CeleryConfig:
230
231
class Config:
232
# Handled by bumpversion
233
- IRIS_VERSION = "v2.5.0-procyde.1" # DO NOT EDIT THIS LINE MANUALLY
+ IRIS_VERSION = "v2.5.0-beta.1-dev-pr1" # DO NOT EDIT THIS LINE MANUALLY
234
235
if os.environ.get('IRIS_DEMO_VERSION') is not None and os.environ.get('IRIS_DEMO_VERSION') != 'None':
236
IRIS_VERSION = os.environ.get('IRIS_DEMO_VERSION')
0 commit comments