From 8bc63a6cc12fcf525cc7a42ceea29262128a655a Mon Sep 17 00:00:00 2001 From: Peter Boers Date: Wed, 6 Dec 2023 15:36:52 +0100 Subject: [PATCH] 1.3.6 --- .bumpversion.cfg | 2 +- orchestrator/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7f5769ae3..950bc215f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.5 +current_version = 1.3.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 a549d8b74..b1c7359ba 100644 --- a/orchestrator/__init__.py +++ b/orchestrator/__init__.py @@ -13,7 +13,7 @@ """This is the orchestrator workflow engine.""" -__version__ = "1.3.5" +__version__ = "1.3.6" from orchestrator.app import OrchestratorCore from orchestrator.settings import app_settings, oauth2_settings