Skip to content

Commit 5f8d83b

Browse files
committed
Switch master to v0.2.1
1 parent d25c2c2 commit 5f8d83b

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.1.1'
6+
#cookbook 'deis', '~> 0.2.1'
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.2.0",
13+
"locked_version": "0.2.1",
1414
"git": "https://github.com/opdemand/deis-cookbook.git",
15-
"ref": "bc763fdf2366654e527414f09d1742ca491b28a9"
15+
"ref": "617d5a2627fdee92ade9499b4a87c6ff85a99c66"
1616
}
1717
}
1818
}

client/deis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
import requests
6464
import tempfile
6565

66-
__version__ = '0.2.0'
66+
__version__ = '0.2.1'
6767

6868

6969
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.2.0',
35+
version='0.2.1',
3636
license=APACHE_LICENSE,
3737
description='Command-line Client for Deis',
3838
author='OpDemand',

deis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
the api, provider, cm, and web Django apps.
55
"""
66

7-
__version__ = '0.2.0'
7+
__version__ = '0.2.1'

0 commit comments

Comments
 (0)