Skip to content

Commit d741c5f

Browse files
committed
Switch master to v0.6.0.
1 parent 4163ef6 commit d741c5f

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
@@ -4,7 +4,7 @@ cookbook 'apt'
44
cookbook 'docker'
55
cookbook 'rsyslog'
66
cookbook 'sudo'
7-
#cookbook 'deis', '~> 0.5.2'
7+
#cookbook 'deis', '~> 0.6.0'
88

99
# development cookbook
1010
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
@@ -13,9 +13,9 @@
1313
"locked_version": "2.3.0"
1414
},
1515
"deis": {
16-
"locked_version": "0.5.2",
16+
"locked_version": "0.6.0",
1717
"git": "https://github.com/opdemand/deis-cookbook.git",
18-
"ref": "ab59a43598da187501a6c4514fea232dc95cb389"
18+
"ref": "02e5755164e3c31f1d5298c8040382012307924f"
1919
},
2020
"git": {
2121
"locked_version": "2.9.0"

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.2'
74+
__version__ = '0.6.0'
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.2',
31+
version='0.6.0',
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.2'
12+
__version__ = '0.6.0'

0 commit comments

Comments
 (0)