Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
chore(release): update version to v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Sep 23, 2014
1 parent 081e289 commit f95204b
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

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.

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

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

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.
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.

# Deploying Deis

Expand Down
6 changes: 3 additions & 3 deletions client/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ you used to provision the server. You can make a symlink or shell alias for
If you don't have Python_ installed, you can download a binary executable
version of the Deis client for Mac OS X, Linux amd64, or Windows:

- https://s3-us-west-2.amazonaws.com/opdemand/deis-osx-dev.tgz
- https://s3-us-west-2.amazonaws.com/opdemand/deis-ubuntu-dev.tgz
- https://s3-us-west-2.amazonaws.com/opdemand/deis-win64-dev.zip
- https://s3-us-west-2.amazonaws.com/opdemand/deis-0.12.0-darwin.tgz
- https://s3-us-west-2.amazonaws.com/opdemand/deis-0.12.0-linux.tgz
- https://s3-us-west-2.amazonaws.com/opdemand/deis-0.12.0-win64.tgz


2. `Register a User`_:
Expand Down
2 changes: 1 addition & 1 deletion client/deis.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
import requests
from termcolor import colored

__version__ = '0.12.0-dev'
__version__ = '0.12.0'


locale.setlocale(locale.LC_ALL, '')
Expand Down
2 changes: 1 addition & 1 deletion client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@


setup(name='deis',
version='0.12.0-dev',
version='0.12.0',
license=APACHE_LICENSE,
description='Command-line Client for Deis, the open PaaS',
author='OpDemand',
Expand Down
6 changes: 3 additions & 3 deletions contrib/gce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,11 +266,11 @@ Time to install Deis!

### Install

We cloned the Deis repository in the prerequisites. In this example we will be deploying version `0.11.0`:
We cloned the Deis repository in the prerequisites. In this example we will be deploying version `0.12.0`:

```console
$ git checkout v0.11.0
Note: checking out 'v0.11.0'.
$ git checkout v0.12.0
Note: checking out 'v0.12.0'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
Expand Down
2 changes: 1 addition & 1 deletion controller/deis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

from __future__ import absolute_import

__version__ = '0.12.0-dev'
__version__ = '0.12.0'
6 changes: 3 additions & 3 deletions docs/installing_deis/register-admin-user.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ you used to provision the server. You can make a symlink or shell alias for
If you don't have Python_ installed, you can download a binary executable
version of the Deis client for Mac OS X, Linux amd64, or Windows:

- https://s3-us-west-2.amazonaws.com/opdemand/deis-osx-dev.tgz
- https://s3-us-west-2.amazonaws.com/opdemand/deis-ubuntu-dev.tgz
- https://s3-us-west-2.amazonaws.com/opdemand/deis-win64-dev.zip
- https://s3-us-west-2.amazonaws.com/opdemand/deis-0.12.0-darwin.tgz
- https://s3-us-west-2.amazonaws.com/opdemand/deis-0.12.0-linux.tgz
- https://s3-us-west-2.amazonaws.com/opdemand/deis-0.12.0-win64.tgz


Register a User
Expand Down
6 changes: 3 additions & 3 deletions docs/using_deis/install-client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ you used to provision the server. You can make a symlink or shell alias for
If you don't have Python_ installed, you can download a binary executable
version of the Deis client for Mac OS X, Linux amd64, or Windows:

- https://s3-us-west-2.amazonaws.com/opdemand/deis-osx-dev.tgz
- https://s3-us-west-2.amazonaws.com/opdemand/deis-ubuntu-dev.tgz
- https://s3-us-west-2.amazonaws.com/opdemand/deis-win64-dev.zip
- https://s3-us-west-2.amazonaws.com/opdemand/deis-0.12.0-darwin.tgz
- https://s3-us-west-2.amazonaws.com/opdemand/deis-0.12.0-linux.tgz
- https://s3-us-west-2.amazonaws.com/opdemand/deis-0.12.0-win64.tgz

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

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package version

const Version = "0.12.0-dev"
const Version = "0.12.0"

0 comments on commit f95204b

Please sign in to comment.