Skip to content

Commit a5731be

Browse files
committed
Switch master to v0.4.0.
1 parent dbae8a2 commit a5731be

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.2.1'
6+
#cookbook 'deis', '~> 0.4.0'
77

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

Berksfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"locked_version": "2.2.2"
1111
},
1212
"deis": {
13-
"locked_version": "0.3.1",
13+
"locked_version": "0.4.0",
1414
"git": "https://github.com/opdemand/deis-cookbook.git",
15-
"ref": "77af1537ed0a6dee04c8cc455f3bfb50bf724cec"
15+
"ref": "9daa935b1d51d4ed794d323d881d4b0b87cf767c"
1616
}
1717
}
1818
}

client/deis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
from docopt import DocoptExit
6767
import requests
6868

69-
__version__ = '0.3.1'
69+
__version__ = '0.4.0'
7070

7171

7272
class Session(requests.Session):

client/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
# pylint: disable=W0142
3434
setup(name='deis',
35-
version='0.3.1',
35+
version='0.4.0',
3636
license=APACHE_LICENSE,
3737
description='Command-line Client for Deis, the open PaaS',
3838
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.3.1'
12+
__version__ = '0.4.0'

0 commit comments

Comments
 (0)