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

Commit

Permalink
Switch master to v0.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Feb 13, 2014
1 parent 9cacbac commit 2df6f9a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ site :opscode
cookbook 'apt'
cookbook 'rsyslog'
cookbook 'sudo'
#cookbook 'deis', '~> 0.5.0'
#cookbook 'deis', '~> 0.5.1'

# development cookbook
cookbook 'deis', git: 'https://github.com/opdemand/deis-cookbook.git', branch: 'master'
4 changes: 2 additions & 2 deletions Berksfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"locked_version": "2.3.0"
},
"deis": {
"locked_version": "0.5.0",
"locked_version": "0.5.1",
"git": "https://github.com/opdemand/deis-cookbook.git",
"ref": "21a179de94ad7d82f84f43bc8b9a9a12c2568c60"
"ref": "c3e09f9844e896d4cf90120e5ff4f1055fc513b3"
},
"docker": {
"locked_version": "0.30.1"
Expand Down
2 changes: 1 addition & 1 deletion client/deis.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
import requests
import yaml

__version__ = '0.5.0'
__version__ = '0.5.1'


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.5.0',
version='0.5.1',
license=APACHE_LICENSE,
description='Command-line Client for Deis, the open PaaS',
author='OpDemand',
Expand Down
2 changes: 1 addition & 1 deletion deis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
from .celery import app # noqa


__version__ = '0.5.0'
__version__ = '0.5.1'

0 comments on commit 2df6f9a

Please sign in to comment.