From 142293a7493446deeda77867d6df16a2c4ccf084 Mon Sep 17 00:00:00 2001 From: Rene Dohmen Date: Wed, 16 Feb 2022 15:11:47 +0100 Subject: [PATCH] Bumped version to 0.3.5 (#103) --- .bumpversion.cfg | 2 +- orchestrator/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6ec736539..306e7b6ff 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.4 +current_version = 0.3.5 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 8bfcfbc5b..0ee71caae 100644 --- a/orchestrator/__init__.py +++ b/orchestrator/__init__.py @@ -13,7 +13,7 @@ """This is the orchestrator workflow engine.""" -__version__ = "0.3.4" +__version__ = "0.3.5" from orchestrator.app import OrchestratorCore from orchestrator.settings import app_settings, oauth2_settings