From 680712bc4b892371e17c17d40543be2ebbc51159 Mon Sep 17 00:00:00 2001 From: Mark Moes Date: Thu, 21 Mar 2024 11:46:46 +0100 Subject: [PATCH] Bump version to 2.1.2rc2 (#577) --- .bumpversion.cfg | 2 +- orchestrator/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 13cc5214c..b5d116be2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.2rc1 +current_version = 2.1.2rc2 commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(rc(?P\d+))? diff --git a/orchestrator/__init__.py b/orchestrator/__init__.py index 9a0a9c089..9ad36cfd2 100644 --- a/orchestrator/__init__.py +++ b/orchestrator/__init__.py @@ -13,7 +13,7 @@ """This is the orchestrator workflow engine.""" -__version__ = "2.1.2rc1" +__version__ = "2.1.2rc2" from orchestrator.app import OrchestratorCore from orchestrator.settings import app_settings, oauth2_settings