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 4b63349 commit 438cba3Copy full SHA for 438cba3
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 4.7.0rc1
+current_version = 4.7.0rc2
3
commit = False
4
tag = False
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(rc(?P<build>\d+))?
orchestrator/__init__.py
@@ -13,7 +13,7 @@
13
14
"""This is the orchestrator workflow engine."""
15
16
-__version__ = "4.7.0rc1"
+__version__ = "4.7.0rc2"
17
18
19
from structlog import get_logger
0 commit comments