From 5d8190387000ce0814c4c42d38139b1006bd7684 Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Fri, 22 Sep 2023 18:08:42 +0200 Subject: [PATCH] release: 4.7.3 --- 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/python/build.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.py b/build.py index 40a9546..a02a249 100644 --- a/build.py +++ b/build.py @@ -33,7 +33,7 @@ default_task = "dev" name = "ddadevops" MODULE = "not-used" PROJECT_ROOT_PATH = "." -version = "4.7.3-dev" +version = "4.7.3" 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 64b0d9d..077f940 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.7.3-dev" +version = "4.7.3" @init def initialize(project): diff --git a/infrastructure/clj/build.py b/infrastructure/clj/build.py index 2fca432..d0699b1 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.7.3-dev" +version = "4.7.3" @init def initialize(project): diff --git a/infrastructure/ddadevops/build.py b/infrastructure/ddadevops/build.py index af46cb0..feb371f 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.7.3-dev" +version = "4.7.3" @init diff --git a/infrastructure/dind/build.py b/infrastructure/dind/build.py index 8304dc8..212d3b3 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.7.3-dev" +version = "4.7.3" @init diff --git a/infrastructure/python/build.py b/infrastructure/python/build.py index 90b7c9e..6f96d1f 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.7.3-dev" +version = "4.7.3" @init