Skip to content

Commit 273551c

Browse files
committed
Switch master to v0.7.0.
1 parent f05ea96 commit 273551c

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.6.0",
16+
"locked_version": "0.7.0",
1717
"git": "https://github.com/opdemand/deis-cookbook.git",
18-
"ref": "02e5755164e3c31f1d5298c8040382012307924f"
18+
"ref": "afddf36a5200a7afc1e0e69186e926d4f70c054f"
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.6.0'
74+
__version__ = '0.7.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.6.0',
31+
version='0.7.0',
3232
license=APACHE_LICENSE,
3333
description='Command-line Client for Deis, the open PaaS',
3434
author='OpDemand',

controller/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.6.0'
12+
__version__ = '0.7.0'

0 commit comments

Comments
 (0)