Skip to content

Commit 8f51e22

Browse files
committed
new version nr
1 parent 256bbaa commit 8f51e22

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[bumpversion]
2-
current_version = 2.5.0-procyde.1
3-
commit = True
2+
current_version = v2.5.0-beta.1-dev-pr1
43
tag = True
54
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>.*)-(?P<build>\d+))?
65
serialize =

source/app/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ class CeleryConfig:
230230

231231
class Config:
232232
# Handled by bumpversion
233-
IRIS_VERSION = "v2.5.0-procyde.1" # DO NOT EDIT THIS LINE MANUALLY
233+
IRIS_VERSION = "v2.5.0-beta.1-dev-pr1" # DO NOT EDIT THIS LINE MANUALLY
234234

235235
if os.environ.get('IRIS_DEMO_VERSION') is not None and os.environ.get('IRIS_DEMO_VERSION') != 'None':
236236
IRIS_VERSION = os.environ.get('IRIS_DEMO_VERSION')

0 commit comments

Comments
 (0)