Skip to content

Commit 438cba3

Browse files
committed
Bump version to 4.7.0rc2
1 parent 4b63349 commit 438cba3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.7.0rc1
2+
current_version = 4.7.0rc2
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(rc(?P<build>\d+))?

orchestrator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
"""This is the orchestrator workflow engine."""
1515

16-
__version__ = "4.7.0rc1"
16+
__version__ = "4.7.0rc2"
1717

1818

1919
from structlog import get_logger

0 commit comments

Comments
 (0)