Skip to content

Commit 2df6f9a

Browse files
committed
Switch master to v0.5.1.
1 parent 9cacbac commit 2df6f9a

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ site :opscode
33
cookbook 'apt'
44
cookbook 'rsyslog'
55
cookbook 'sudo'
6-
#cookbook 'deis', '~> 0.5.0'
6+
#cookbook 'deis', '~> 0.5.1'
77

88
# development cookbook
99
cookbook 'deis', git: 'https://github.com/opdemand/deis-cookbook.git', branch: 'master'

Berksfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"locked_version": "2.3.0"
1111
},
1212
"deis": {
13-
"locked_version": "0.5.0",
13+
"locked_version": "0.5.1",
1414
"git": "https://github.com/opdemand/deis-cookbook.git",
15-
"ref": "21a179de94ad7d82f84f43bc8b9a9a12c2568c60"
15+
"ref": "c3e09f9844e896d4cf90120e5ff4f1055fc513b3"
1616
},
1717
"docker": {
1818
"locked_version": "0.30.1"

client/deis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
import requests
7272
import yaml
7373

74-
__version__ = '0.5.0'
74+
__version__ = '0.5.1'
7575

7676

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

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.5.0'
12+
__version__ = '0.5.1'

0 commit comments

Comments
 (0)