Skip to content

Commit 05eeb77

Browse files
author
Matthew Fisher
committed
chore(deis): bump version to 0.13.0-dev
1 parent 9f9dd29 commit 05eeb77

7 files changed

Lines changed: 13 additions & 13 deletions

File tree

client/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
8787
version 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

9494
2. `Register a User`_:

client/deis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
import requests
7070
from termcolor import colored
7171

72-
__version__ = '0.12.0'
72+
__version__ = '0.13.0-dev'
7373

7474

7575
locale.setlocale(locale.LC_ALL, '')

client/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929

3030
setup(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',

controller/deis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
from __future__ import absolute_import
88

9-
__version__ = '0.12.0'
9+
__version__ = '0.13.0-dev'

docs/installing_deis/register-admin-user.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
2828
version 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

3535
Register a User

docs/using_deis/install-client.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
2626
version 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

3232
Extract the ``deis`` binary and place it in your workstation path.
3333

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package version
22

3-
const Version = "0.12.0"
3+
const Version = "0.13.0-dev"

0 commit comments

Comments
 (0)