version bump

merge-requests/1/merge
jem 5 years ago
parent 08dca2aa4e
commit 1b7e21c321

@ -8,7 +8,7 @@
1. git commit -m "release" 1. git commit -m "release"
2. git tag [version] 2. git tag [version]
3. pyb publish upload 3. pyb publish upload
4. git push -t 4. git push && git push --tag
5. Versions nr in build.py: hochzählen, *.dev0 anfügen 5. Versions nr in build.py: hochzählen, *.dev0 anfügen
7. git commit & push 7. git commit & push
8. sudo pip3 install ddadevops==0.3.4.dev1 --pre 8. sudo pip3 install ddadevops==0.3.4.dev1 --pre

@ -27,7 +27,7 @@ use_plugin("python.distutils")
default_task = "publish" default_task = "publish"
name = "ddadevops" name = "ddadevops"
version = "0.3.4" version = "0.3.5.dev0"
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")]

Loading…
Cancel
Save