From 6513e00e54d8ff780d334af77fe18a1006efa6b8 Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 23 Feb 2024 15:22:22 +0100 Subject: [PATCH] release: 4.11.5 --- 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 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build.py b/build.py index bdf2699..7ecf41e 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.5-dev" +version = "4.11.5" 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/clj-cljs/build.py b/infrastructure/clj-cljs/build.py index f5c3fc5..c65e1ae 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.5-dev" +version = "4.11.5" @init def initialize(project): diff --git a/infrastructure/clj/build.py b/infrastructure/clj/build.py index 4073e55..1390463 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.5-dev" +version = "4.11.5" @init def initialize(project): diff --git a/infrastructure/ddadevops/build.py b/infrastructure/ddadevops/build.py index 2f94240..508fda6 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.5-dev" +version = "4.11.5" @init diff --git a/infrastructure/dind/build.py b/infrastructure/dind/build.py index 57f1168..8a5f423 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.5-dev" +version = "4.11.5" @init diff --git a/infrastructure/kotlin/build.py b/infrastructure/kotlin/build.py index 8c0361e..4a5f2c4 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.5-dev" +version = "4.11.5" @init diff --git a/infrastructure/python/build.py b/infrastructure/python/build.py index 9418479..31122bf 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.5-dev" +version = "4.11.5" @init