prepare release
This commit is contained in:
parent
cbad95707f
commit
540fdaaccf
2 changed files with 2 additions and 2 deletions
2
build.py
2
build.py
|
@ -28,7 +28,7 @@ use_plugin("python.distutils")
|
|||
default_task = "publish"
|
||||
|
||||
name = "ddadevops"
|
||||
version = "0.10.1-dev"
|
||||
version = "0.11.0"
|
||||
summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud"
|
||||
description = __doc__
|
||||
authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
terraform {
|
||||
required_providers {
|
||||
|
||||
hcloud = {
|
||||
hcloud = {
|
||||
source = "hetznercloud/hcloud" # this whole block is important
|
||||
version = ">= 1.23.0"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue