File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 "locked_version": "2.2.2"
1111 },
1212 "deis": {
13- "locked_version": "0.3.0 ",
13+ "locked_version": "0.3.1 ",
1414 "git": "https://github.com/opdemand/deis-cookbook.git",
15- "ref": "1da752737aea3412ee51539e23955acd5f6f618a "
15+ "ref": "77af1537ed0a6dee04c8cc455f3bfb50bf724cec "
1616 }
1717 }
1818}
Original file line number Diff line number Diff line change 6565import requests
6666import tempfile
6767
68- __version__ = '0.3.0 '
68+ __version__ = '0.3.1 '
6969
7070
7171class Session (requests .Session ):
Original file line number Diff line number Diff line change 3232
3333# pylint: disable=W0142
3434setup (name = 'deis' ,
35- version = '0.3.0 ' ,
35+ version = '0.3.1 ' ,
3636 license = APACHE_LICENSE ,
3737 description = 'Command-line Client for Deis, the open PaaS' ,
3838 author = 'OpDemand' ,
Original file line number Diff line number Diff line change 99from .celery import app # noqa
1010
1111
12- __version__ = '0.3.0 '
12+ __version__ = '0.3.1 '
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ Deis Repo
6868 * ``git tag vX.Y.Z ``
6969 * ``git push --tags origin vX.Y.Z ``
7070- publish CLI to pypi.python.org
71- - ``python setup.py sdist upload ``
71+ - ``cd client && python setup.py sdist upload ``
7272 - use testpypi.python.org first to ensure there aren't any problems
7373- switch master to upcoming release
7474 * ``git checkout master ``
8585 - summarize all work done
8686 - what's next and future directions
8787- publish docs to http://docs.deis.io (deis.readthedocs.org)
88+ - visit readthedocs.org admin and add this release to published builds
8889- publish docs to pythonhosted.org/deis
8990 - from the project root, run ``make -C docs clean zipfile ``
9091 - zipfile will be at *docs/docs.zip *
You can’t perform that action at this time.
0 commit comments