version bump
This commit is contained in:
parent
f91b015d01
commit
8cd685c1d7
2 changed files with 2 additions and 2 deletions
|
@ -219,7 +219,7 @@ def rotate_credentials_out(project):
|
|||
1. remove "dev" from version no in build.py
|
||||
1. git commit -am "release"
|
||||
2. git tag [version]
|
||||
4. git push && git push --tag
|
||||
4. git push --tag
|
||||
5. increase version no in build.py & append *.dev
|
||||
7. git commit -am "version bump"
|
||||
8. git push
|
||||
|
|
2
build.py
2
build.py
|
@ -28,7 +28,7 @@ use_plugin("python.distutils")
|
|||
default_task = "publish"
|
||||
|
||||
name = "ddadevops"
|
||||
version = "0.8.6"
|
||||
version = "0.8.7.dev"
|
||||
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