From f95204bf2d3439faac53fc0f75730f7de038b923 Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Tue, 23 Sep 2014 09:55:30 -0600 Subject: [PATCH] chore(release): update version to v0.12.0 --- README.md | 4 ++-- client/README.rst | 6 +++--- client/deis.py | 2 +- client/setup.py | 2 +- contrib/gce/README.md | 6 +++--- controller/deis/__init__.py | 2 +- docs/installing_deis/register-admin-user.rst | 6 +++--- docs/using_deis/install-client.rst | 6 +++--- version/version.go | 2 +- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 5001f1c151..f40348853f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/client/README.rst b/client/README.rst index 3ae86d36ae..2788f2e6c4 100644 --- a/client/README.rst +++ b/client/README.rst @@ -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`_: diff --git a/client/deis.py b/client/deis.py index 5ac25de9ad..636e83333e 100755 --- a/client/deis.py +++ b/client/deis.py @@ -69,7 +69,7 @@ import requests from termcolor import colored -__version__ = '0.12.0-dev' +__version__ = '0.12.0' locale.setlocale(locale.LC_ALL, '') diff --git a/client/setup.py b/client/setup.py index 431e3729ea..0cca9d5a28 100755 --- a/client/setup.py +++ b/client/setup.py @@ -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', diff --git a/contrib/gce/README.md b/contrib/gce/README.md index e97849acf6..e0a80d5925 100644 --- a/contrib/gce/README.md +++ b/contrib/gce/README.md @@ -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 diff --git a/controller/deis/__init__.py b/controller/deis/__init__.py index fd554be805..2064919ccd 100644 --- a/controller/deis/__init__.py +++ b/controller/deis/__init__.py @@ -6,4 +6,4 @@ from __future__ import absolute_import -__version__ = '0.12.0-dev' +__version__ = '0.12.0' diff --git a/docs/installing_deis/register-admin-user.rst b/docs/installing_deis/register-admin-user.rst index ee130d0e69..79f8d8d682 100644 --- a/docs/installing_deis/register-admin-user.rst +++ b/docs/installing_deis/register-admin-user.rst @@ -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 diff --git a/docs/using_deis/install-client.rst b/docs/using_deis/install-client.rst index 4ab834ae45..0b7bb22196 100644 --- a/docs/using_deis/install-client.rst +++ b/docs/using_deis/install-client.rst @@ -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. diff --git a/version/version.go b/version/version.go index 671e608800..648acd91d2 100644 --- a/version/version.go +++ b/version/version.go @@ -1,3 +1,3 @@ package version -const Version = "0.12.0-dev" +const Version = "0.12.0"