From 74027d5d6fa9cc1ef498b1eb5c47980bc1bbf901 Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Wed, 31 May 2023 08:40:39 +0200 Subject: [PATCH] adjust version & homepage --- build.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.py b/build.py index 870d56c..4b016ef 100644 --- a/build.py +++ b/build.py @@ -28,12 +28,12 @@ use_plugin("python.distutils") default_task = "publish" name = "ddadevops" -version = "4.0.0-dev67" +version = "4.0.0-dev68" summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud" description = __doc__ authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")] -url = "https://github.com/DomainDrivenArchitecture/dda-devops-build" -requires_python = ">=3.8" # CHECK IF NEW VERSION EXISTS +url = "https://repo.prod.meissa.de/meissa/dda-devops-build" +requires_python = ">=3.10" # CHECK IF NEW VERSION EXISTS license = "Apache Software License" @init