This commit is contained in:
jem 2020-07-10 08:55:18 +02:00
parent 4651a61e11
commit 59b14b68c1
2 changed files with 1 additions and 3 deletions

View file

@ -1,8 +1,6 @@
name: unstable name: unstable
on: on:
push: push:
branches:
- master
tags: tags:
- '![0-9]+.[0-9]+.[0-9]+' - '![0-9]+.[0-9]+.[0-9]+'

View file

@ -28,7 +28,7 @@ use_plugin("python.distutils")
default_task = "publish" default_task = "publish"
name = "ddadevops" name = "ddadevops"
version = "0.8.17.dev" version = "0.8.17"
summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud" summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud"
description = __doc__ description = __doc__
authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")] authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")]