Skip to content

Commit c38be3e

Browse files
authoredJun 20, 2024··
Bump version to 2.3.0 (#683)
·
4.3.0rc12.3.0
1 parent a5abf01 commit c38be3e

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 = 2.3.0rc6
2+
current_version = 2.3.0
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__ = "2.3.0rc6"
16+
__version__ = "2.3.0"
1717

1818
from orchestrator.app import OrchestratorCore
1919
from orchestrator.settings import app_settings

0 commit comments

Comments
 (0)
Please sign in to comment.