Skip to content

Commit

Permalink
Bumpversion to 2.1.1rc2 (#528)
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Boers <peter.boers@surf.nl>
  • Loading branch information
tjeerddie and pboers1988 authored Mar 7, 2024
1 parent a9c1457 commit 8c397bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.1.1rc1
current_version = 2.1.1rc2
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(rc(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion orchestrator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

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

__version__ = "2.1.1rc1"
__version__ = "2.1.1rc2"

from orchestrator.app import OrchestratorCore
from orchestrator.settings import app_settings, oauth2_settings
Expand Down

0 comments on commit 8c397bc

Please sign in to comment.