From 8132958b16fbb909452bc2a30264ae9788bd0a1d Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Wed, 16 Aug 2023 17:45:21 +0200 Subject: [PATCH] preparing bugfix release --- .gitlab-ci.yml | 2 +- build.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 67cf964..10f6e53 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: - image .py: &py - image: "domaindrivenarchitecture/ddadevops-python:4.3.2-dev2023-08-16-16-16-48" + image: "domaindrivenarchitecture/ddadevops-python:4.4.1-dev2023-08-16-17-33-56" before_script: - export RELEASE_ARTIFACT_TOKEN=$RELEASE_ARTIFACT_TOKEN - python --version diff --git a/build.py b/build.py index 8020581..fcea257 100644 --- a/build.py +++ b/build.py @@ -33,7 +33,7 @@ default_task = "dev" name = "ddadevops" MODULE = "not-used" PROJECT_ROOT_PATH = "." -version = "4.4.1-dev0" +version = "4.4.1-dev1" summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud" description = __doc__ authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")]