File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868import requests
6969import yaml
7070
71- __version__ = '0.12.0'
71+ __version__ = '0.12.0-dev '
7272
7373
7474locale .setlocale (locale .LC_ALL , '' )
Original file line number Diff line number Diff line change 2828
2929
3030setup (name = 'deis' ,
31- version = '0.12.0' ,
31+ version = '0.12.0-dev ' ,
3232 license = APACHE_LICENSE ,
3333 description = 'Command-line Client for Deis, the open PaaS' ,
3434 author = 'OpDemand' ,
Original file line number Diff line number Diff line change 99from .celery import app # noqa
1010
1111
12- __version__ = '0.12.0'
12+ __version__ = '0.12.0-dev '
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ github.com/deis/deis Repo
3535 * The UI for this is well-hidden: go to https://index.docker.io/builds/ and
3636 click "Edit".
3737- Commit and push the deis/deis release and tag
38+ * remove "-dev" from __version__ fields in Python packages
3839 * ``git commit -a -m 'Updated for vX.Y.Z release.' ``
3940 * ``git push origin release ``
4041 * ``git tag vX.Y.Z ``
@@ -51,7 +52,7 @@ github.com/deis/deis Repo
5152 publically downloadable
5253- Switch master to upcoming release
5354 * ``git checkout master ``
54- * update __version__ fields in Python packages to *next * version
55+ * update __version__ fields in Python packages to *next * version + "-dev"
5556 * ``git commit -a -m 'Switch master to vA.B.C.' `` (**next ** version)
5657 * ``git push origin master ``
5758
You can’t perform that action at this time.
0 commit comments