version bump
This commit is contained in:
parent
08dca2aa4e
commit
1b7e21c321
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
1. git commit -m "release"
|
||||
2. git tag [version]
|
||||
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
|
||||
7. git commit & push
|
||||
8. sudo pip3 install ddadevops==0.3.4.dev1 --pre
|
||||
|
|
2
build.py
2
build.py
|
@ -27,7 +27,7 @@ use_plugin("python.distutils")
|
|||
default_task = "publish"
|
||||
|
||||
name = "ddadevops"
|
||||
version = "0.3.4"
|
||||
version = "0.3.5.dev0"
|
||||
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