release
This commit is contained in:
parent
4651a61e11
commit
59b14b68c1
2 changed files with 1 additions and 3 deletions
2
.github/workflows/unstable.yml
vendored
2
.github/workflows/unstable.yml
vendored
|
@ -1,8 +1,6 @@
|
|||
name: unstable
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
- '![0-9]+.[0-9]+.[0-9]+'
|
||||
|
||||
|
|
2
build.py
2
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")]
|
||||
|
|
Loading…
Reference in a new issue