From 23edbffc0331a6264ece5840b2aa480a9282bd8d Mon Sep 17 00:00:00 2001 From: Mark Moes Date: Thu, 31 Oct 2024 09:42:31 +0100 Subject: [PATCH] Bump version to 2.8.0 (#773) --- .bumpversion.cfg | 2 +- orchestrator/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 61a4f4258..ce7d8f5b3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.8.0rc5 +current_version = 2.8.0 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 8085703ef..8d047a217 100644 --- a/orchestrator/__init__.py +++ b/orchestrator/__init__.py @@ -13,7 +13,7 @@ """This is the orchestrator workflow engine.""" -__version__ = "2.8.0rc5" +__version__ = "2.8.0" from orchestrator.app import OrchestratorCore from orchestrator.settings import app_settings