Skip to content

Commit d2e307d

Browse files
committed
Switch master to v0.5.0.
1 parent a2ad8a0 commit d2e307d

5 files changed

Lines changed: 9 additions & 9 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.4.1'
6+
#cookbook 'deis', '~> 0.5.0'
77

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

Berksfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"sources": {
33
"apt": {
4-
"locked_version": "2.3.0"
4+
"locked_version": "2.3.4"
55
},
66
"rsyslog": {
7-
"locked_version": "1.9.0"
7+
"locked_version": "1.10.2"
88
},
99
"sudo": {
10-
"locked_version": "2.2.2"
10+
"locked_version": "2.3.0"
1111
},
1212
"deis": {
13-
"locked_version": "0.4.1",
13+
"locked_version": "0.5.0",
1414
"git": "https://github.com/opdemand/deis-cookbook.git",
15-
"ref": "a730d3f829d278cad94c59721768a0807612cc76"
15+
"ref": "e172d9f1347f9876eda626866cf0c45a3ceaea64"
1616
}
1717
}
1818
}

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.4.1'
74+
__version__ = '0.5.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.4.1',
31+
version='0.5.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.4.1'
12+
__version__ = '0.5.0'

0 commit comments

Comments
 (0)