Skip to content

Commit 21ddb96

Browse files
committed
chore(*): update master to v0.12.0
1 parent c3cbdd1 commit 21ddb96

8 files changed

Lines changed: 19 additions & 19 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Deis (pronounced DAY-iss) is an open source PaaS that makes it easy to deploy and manage applications on your own servers. Deis builds upon [Docker](http://docker.io/) and [CoreOS](http://coreos.com) to provide a lightweight PaaS with a [Heroku-inspired](http://heroku.com) workflow.
44

55
[![Build Status](https://travis-ci.org/deis/deis.png?branch=master)](https://travis-ci.org/deis/deis)
6-
[![Current Release](http://img.shields.io/badge/release-v0.10.0-blue.svg)](https://github.com/deis/deis/releases/tag/v0.10.0)
6+
[![Current Release](http://img.shields.io/badge/release-v0.11.0-blue.svg)](https://github.com/deis/deis/releases/tag/v0.11.0)
77

88
![Deis Graphic](https://s3-us-west-2.amazonaws.com/deis-images/deis-graphic.png)
99

@@ -17,7 +17,7 @@ Trying out Deis? Continue following these instructions for a local cluster setup
1717

1818
Upgrading from a previous Deis release? See [Upgrading Deis](http://docs.deis.io/en/latest/installing_deis/upgrading-deis/) for additional information.
1919

20-
Deis is pre-release software. The current release is [v0.10.0](https://github.com/deis/deis/tree/v0.10.0).
20+
Deis is pre-release software. The current release is [v0.11.0](https://github.com/deis/deis/tree/v0.11.0).
2121
Until there is a stable release, we recommend you check out the latest
2222
["master" branch](https://github.com/deis/deis) code and refer
2323
to the [latest documentation](http://docs.deis.io/en/latest/).

client/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ Get Started
7878
If you don't have `Python`_ installed, you can download a binary executable
7979
version of the Deis client for Mac OS X, Windows, or Linux amd64:
8080

81-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-osx-0.10.0.tgz
82-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-win64-0.10.0.zip
83-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-ubuntu-0.10.0.tgz
81+
- https://s3-us-west-2.amazonaws.com/opdemand/deis-osx-0.11.0.tgz
82+
- https://s3-us-west-2.amazonaws.com/opdemand/deis-win64-0.11.0.zip
83+
- https://s3-us-west-2.amazonaws.com/opdemand/deis-ubuntu-0.11.0.tgz
8484

8585
2. `Register a User`_:
8686

client/deis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
import requests
6969
import yaml
7070

71-
__version__ = '0.11.0'
71+
__version__ = '0.12.0'
7272

7373

7474
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.11.0',
31+
version='0.12.0',
3232
license=APACHE_LICENSE,
3333
description='Command-line Client for Deis, the open PaaS',
3434
author='OpDemand',

contrib/gce/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,11 +266,11 @@ Time to install Deis!
266266

267267
### Install
268268

269-
We cloned the Deis repository in the prerequisites. In this example we will be deploying version `0.10.0`:
269+
We cloned the Deis repository in the prerequisites. In this example we will be deploying version `0.11.0`:
270270

271271
```console
272-
$ git checkout v0.10.0
273-
Note: checking out 'v0.10.0'.
272+
$ git checkout v0.11.0
273+
Note: checking out 'v0.11.0'.
274274

275275
You are in 'detached HEAD' state. You can look around, make experimental
276276
changes and commit them, and you can discard any commits you make in this

controller/deis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
from .celery import app # noqa
1010

1111

12-
__version__ = '0.11.0'
12+
__version__ = '0.12.0'

docs/installing_deis/register-admin-user.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Install the latest Deis client using Python's pip_ package manager:
1818
1919
$ pip install --upgrade deis
2020
Downloading/unpacking deis
21-
Downloading deis-0.10.0.tar.gz
21+
Downloading deis-0.11.0.tar.gz
2222
Running setup.py egg_info for package deis
2323
...
2424
Successfully installed deis
@@ -29,9 +29,9 @@ Install the latest Deis client using Python's pip_ package manager:
2929
If you don't have Python_ installed, you can download a binary executable
3030
version of the Deis client for Mac OS X, Windows, or Linux amd64:
3131

32-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-osx-0.10.0.tgz
33-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-win64-0.10.0.zip
34-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-ubuntu-0.10.0.tgz
32+
- https://s3-us-west-2.amazonaws.com/opdemand/deis-osx-0.11.0.tgz
33+
- https://s3-us-west-2.amazonaws.com/opdemand/deis-win64-0.11.0.zip
34+
- https://s3-us-west-2.amazonaws.com/opdemand/deis-ubuntu-0.11.0.tgz
3535

3636
Register a User
3737
---------------

docs/using_deis/install-client.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Download Binaries
1212
-----------------
1313
You can download a binary executable version of the Deis client for Mac OS X, Windows, or Linux amd64:
1414

15-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-osx-0.10.0.tgz
16-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-win64-0.10.0.zip
17-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-ubuntu-0.10.0.tgz
15+
- https://s3-us-west-2.amazonaws.com/opdemand/deis-osx-0.11.0.tgz
16+
- https://s3-us-west-2.amazonaws.com/opdemand/deis-win64-0.11.0.zip
17+
- https://s3-us-west-2.amazonaws.com/opdemand/deis-ubuntu-0.11.0.tgz
1818

1919
Extract the ``deis`` binary and place it in your workstation path.
2020

@@ -26,7 +26,7 @@ You can also install the latest Deis client using Python's pip_ package manager:
2626
2727
$ sudo pip install --upgrade deis
2828
Downloading/unpacking deis
29-
Downloading deis-0.10.0.tar.gz
29+
Downloading deis-0.11.0.tar.gz
3030
Running setup.py egg_info for package deis
3131
...
3232
Successfully installed deis

0 commit comments

Comments
 (0)