From 34e4e5f2c88511fff8c84aa19ff8b48fceeb2cf0 Mon Sep 17 00:00:00 2001 From: Mark Moes Date: Wed, 9 Oct 2024 14:48:53 +0200 Subject: [PATCH] Bump version to 2.7.6 (#757) --- .bumpversion.cfg | 2 +- orchestrator/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c32a23e2e..52d33c8f7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.7.6rc2 +current_version = 2.7.6 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 3efd2eaec..1c8739eb3 100644 --- a/orchestrator/__init__.py +++ b/orchestrator/__init__.py @@ -13,7 +13,7 @@ """This is the orchestrator workflow engine.""" -__version__ = "2.7.6rc2" +__version__ = "2.7.6" from orchestrator.app import OrchestratorCore from orchestrator.settings import app_settings