From 704c431a80fc2e49bc5b5271f7c370374be3c9a1 Mon Sep 17 00:00:00 2001 From: Peter Boers Date: Tue, 7 Jan 2025 11:40:50 +0100 Subject: [PATCH] Actually tag to 2.9.1 --- .bumpversion.cfg | 2 +- orchestrator/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 85109c821..cf442e004 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.9.1rc1 +current_version = 2.9.1 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 69ffb0275..7b24debae 100644 --- a/orchestrator/__init__.py +++ b/orchestrator/__init__.py @@ -13,7 +13,7 @@ """This is the orchestrator workflow engine.""" -__version__ = "2.9.1rc1" +__version__ = "2.9.1" from orchestrator.app import OrchestratorCore from orchestrator.settings import app_settings