From 59b14b68c1a7d964d2ff0e64c74132dde3939913 Mon Sep 17 00:00:00 2001 From: jem Date: Fri, 10 Jul 2020 08:55:18 +0200 Subject: [PATCH] release --- .github/workflows/unstable.yml | 2 -- build.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/unstable.yml b/.github/workflows/unstable.yml index 4fc9723..af51685 100644 --- a/.github/workflows/unstable.yml +++ b/.github/workflows/unstable.yml @@ -1,8 +1,6 @@ name: unstable on: push: - branches: - - master tags: - '![0-9]+.[0-9]+.[0-9]+' diff --git a/build.py b/build.py index de5a084..cab9d0a 100644 --- a/build.py +++ b/build.py @@ -28,7 +28,7 @@ use_plugin("python.distutils") default_task = "publish" name = "ddadevops" -version = "0.8.17.dev" +version = "0.8.17" summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud" description = __doc__ authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")]