From c0daa856126bbefc630e0c6e8f7ef53412862183 Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 15 Mar 2024 15:42:16 +0100 Subject: [PATCH] release: 4.11.9 --- build.py | 2 +- infrastructure/backup/build.py | 2 +- infrastructure/clj-cljs/build.py | 2 +- infrastructure/clj/build.py | 2 +- infrastructure/ddadevops/build.py | 2 +- infrastructure/dind/build.py | 2 +- infrastructure/kotlin/build.py | 2 +- infrastructure/python/build.py | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build.py b/build.py index 9a4afc2..8308f16 100644 --- a/build.py +++ b/build.py @@ -33,7 +33,7 @@ default_task = "dev" name = "ddadevops" MODULE = "not-used" PROJECT_ROOT_PATH = "." -version = "4.11.9-dev" +version = "4.11.9" summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud" description = __doc__ authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")] diff --git a/infrastructure/backup/build.py b/infrastructure/backup/build.py index b1220ef..c00c529 100644 --- a/infrastructure/backup/build.py +++ b/infrastructure/backup/build.py @@ -7,7 +7,7 @@ import logging name = 'dda-backup' MODULE = 'NOT_SET' PROJECT_ROOT_PATH = '../..' -version = "4.11.9-dev" +version = "4.11.9" @init diff --git a/infrastructure/clj-cljs/build.py b/infrastructure/clj-cljs/build.py index d572d69..247e49f 100644 --- a/infrastructure/clj-cljs/build.py +++ b/infrastructure/clj-cljs/build.py @@ -6,7 +6,7 @@ from ddadevops import * name = "ddadevops" MODULE = "clj-cljs" PROJECT_ROOT_PATH = "../.." -version = "4.11.9-dev" +version = "4.11.9" @init def initialize(project): diff --git a/infrastructure/clj/build.py b/infrastructure/clj/build.py index 62645cb..1b3f230 100644 --- a/infrastructure/clj/build.py +++ b/infrastructure/clj/build.py @@ -6,7 +6,7 @@ from ddadevops import * name = "ddadevops" MODULE = "clj" PROJECT_ROOT_PATH = "../.." -version = "4.11.9-dev" +version = "4.11.9" @init def initialize(project): diff --git a/infrastructure/ddadevops/build.py b/infrastructure/ddadevops/build.py index aa9f6ce..c1308ab 100644 --- a/infrastructure/ddadevops/build.py +++ b/infrastructure/ddadevops/build.py @@ -6,7 +6,7 @@ from ddadevops import * name = "ddadevops" MODULE = "ddadevops" PROJECT_ROOT_PATH = "../.." -version = "4.11.9-dev" +version = "4.11.9" @init diff --git a/infrastructure/dind/build.py b/infrastructure/dind/build.py index fc4e542..85bdfd3 100644 --- a/infrastructure/dind/build.py +++ b/infrastructure/dind/build.py @@ -6,7 +6,7 @@ from ddadevops import * name = "ddadevops" MODULE = "dind" PROJECT_ROOT_PATH = "../.." -version = "4.11.9-dev" +version = "4.11.9" @init diff --git a/infrastructure/kotlin/build.py b/infrastructure/kotlin/build.py index 783baa5..793f7d2 100644 --- a/infrastructure/kotlin/build.py +++ b/infrastructure/kotlin/build.py @@ -6,7 +6,7 @@ from ddadevops import * name = "ddadevops" MODULE = "kotlin" PROJECT_ROOT_PATH = "../.." -version = "4.11.9-dev" +version = "4.11.9" @init diff --git a/infrastructure/python/build.py b/infrastructure/python/build.py index 5a4c337..ded7963 100644 --- a/infrastructure/python/build.py +++ b/infrastructure/python/build.py @@ -6,7 +6,7 @@ from ddadevops import * name = "ddadevops" MODULE = "python" PROJECT_ROOT_PATH = "../.." -version = "4.11.9-dev" +version = "4.11.9" @init