Skip to content

Commit f95204b

Browse files
committed
chore(release): update version to v0.12.0
1 parent 081e289 commit f95204b

9 files changed

Lines changed: 18 additions & 18 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

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

5-
[![Current Release](http://img.shields.io/badge/release-v0.11.0-blue.svg)](https://github.com/deis/deis/releases/tag/v0.11.0)
5+
[![Current Release](http://img.shields.io/badge/release-v0.12.0-blue.svg)](https://github.com/deis/deis/releases/tag/v0.12.0)
66

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

9-
Deis is pre-release software. The current release is [v0.11.0](https://github.com/deis/deis/tree/v0.11.0). Until there is a stable release, we recommend you check out the latest ["master" branch](https://github.com/deis/deis) code and refer to the [latest documentation](http://docs.deis.io/en/latest/). Upgrading from a previous Deis release? See [Upgrading Deis](http://docs.deis.io/en/latest/installing_deis/upgrading-deis/) for additional information.
9+
Deis is pre-release software. The current release is [v0.12.0](https://github.com/deis/deis/tree/v0.12.0). Until there is a stable release, we recommend you check out the latest ["master" branch](https://github.com/deis/deis) code and refer to the [latest documentation](http://docs.deis.io/en/latest/). Upgrading from a previous Deis release? See [Upgrading Deis](http://docs.deis.io/en/latest/installing_deis/upgrading-deis/) for additional information.
1010

1111
# Deploying Deis
1212

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-osx-dev.tgz
90-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-ubuntu-dev.tgz
91-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-win64-dev.zip
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
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-dev'
72+
__version__ = '0.12.0'
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-dev',
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.11.0`:
269+
We cloned the Deis repository in the prerequisites. In this example we will be deploying version `0.12.0`:
270270

271271
```console
272-
$ git checkout v0.11.0
273-
Note: checking out 'v0.11.0'.
272+
$ git checkout v0.12.0
273+
Note: checking out 'v0.12.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
@@ -6,4 +6,4 @@
66

77
from __future__ import absolute_import
88

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

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-osx-dev.tgz
31-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-ubuntu-dev.tgz
32-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-win64-dev.zip
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
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-osx-dev.tgz
29-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-ubuntu-dev.tgz
30-
- https://s3-us-west-2.amazonaws.com/opdemand/deis-win64-dev.zip
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
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-dev"
3+
const Version = "0.12.0"

0 commit comments

Comments
 (0)