File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,9 +86,9 @@ you used to provision the server. You can make a symlink or shell alias for
8686 If you don't have Python _ installed, you can download a binary executable
8787version of the Deis client for Mac OS X, Linux amd64, or Windows:
8888
89- - https://s3-us-west-2.amazonaws.com/opdemand/deis-0.12.0 -darwin.tgz
90- - https://s3-us-west-2.amazonaws.com/opdemand/deis-0.12.0 -linux.tgz
91- - https://s3-us-west-2.amazonaws.com/opdemand/deis-0.12.0 -win64.tgz
89+ - https://s3-us-west-2.amazonaws.com/opdemand/deis-0.13.0-dev -darwin.tgz
90+ - https://s3-us-west-2.amazonaws.com/opdemand/deis-0.13.0-dev -linux.tgz
91+ - https://s3-us-west-2.amazonaws.com/opdemand/deis-0.13.0-dev -win64.tgz
9292
9393
94942. `Register a User `_:
Original file line number Diff line number Diff line change 6969import requests
7070from termcolor import colored
7171
72- __version__ = '0.12.0 '
72+ __version__ = '0.13.0-dev '
7373
7474
7575locale .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.13.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 66
77from __future__ import absolute_import
88
9- __version__ = '0.12.0 '
9+ __version__ = '0.13.0-dev '
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ you used to provision the server. You can make a symlink or shell alias for
2727 If you don't have Python _ installed, you can download a binary executable
2828version of the Deis client for Mac OS X, Linux amd64, or Windows:
2929
30- - https://s3-us-west-2.amazonaws.com/opdemand/deis-0.12.0 -darwin.tgz
31- - https://s3-us-west-2.amazonaws.com/opdemand/deis-0.12.0 -linux.tgz
32- - https://s3-us-west-2.amazonaws.com/opdemand/deis-0.12.0 -win64.tgz
30+ - https://s3-us-west-2.amazonaws.com/opdemand/deis-0.13.0-dev -darwin.tgz
31+ - https://s3-us-west-2.amazonaws.com/opdemand/deis-0.13.0-dev -linux.tgz
32+ - https://s3-us-west-2.amazonaws.com/opdemand/deis-0.13.0-dev -win64.tgz
3333
3434
3535Register a User
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ you used to provision the server. You can make a symlink or shell alias for
2525 If you don't have Python _ installed, you can download a binary executable
2626version of the Deis client for Mac OS X, Linux amd64, or Windows:
2727
28- - https://s3-us-west-2.amazonaws.com/opdemand/deis-0.12.0 -darwin.tgz
29- - https://s3-us-west-2.amazonaws.com/opdemand/deis-0.12.0 -linux.tgz
30- - https://s3-us-west-2.amazonaws.com/opdemand/deis-0.12.0 -win64.tgz
28+ - https://s3-us-west-2.amazonaws.com/opdemand/deis-0.13.0-dev -darwin.tgz
29+ - https://s3-us-west-2.amazonaws.com/opdemand/deis-0.13.0-dev -linux.tgz
30+ - https://s3-us-west-2.amazonaws.com/opdemand/deis-0.13.0-dev -win64.tgz
3131
3232Extract the ``deis `` binary and place it in your workstation path.
3333
Original file line number Diff line number Diff line change 11package version
22
3- const Version = "0.12.0 "
3+ const Version = "0.13.0-dev "
You can’t perform that action at this time.
0 commit comments