Skip to content

Commit e027393

Browse files
author
Gabriel Monroy
committed
switch master to v0.0.8
1 parent 82ea82b commit e027393

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

Berksfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
"apt": {
44
"locked_version": "2.0.0"
55
},
6+
"rsyslog": {
7+
"locked_version": "1.6.0"
8+
},
69
"sudo": {
7-
"locked_version": "2.1.4"
10+
"locked_version": "2.1.2"
811
},
912
"deis": {
10-
"locked_version": "0.0.7",
13+
"locked_version": "0.0.8",
1114
"git": "https://github.com/opdemand/deis-cookbook.git",
12-
"ref": "f142460ab8b6ed01ce2fcfc96d3ac5fe90fcd109"
13-
},
14-
"rsyslog": {
15-
"locked_version": "1.6.0"
15+
"ref": "69a4379dce260812197b0530aaa2f125e5488e7a"
1616
}
1717
}
1818
}

client/deis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
from docopt import DocoptExit
6565
import requests
6666

67-
__version__ = '0.0.7'
67+
__version__ = '0.0.8'
6868

6969

7070
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.0.7',
35+
version='0.0.8',
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, celerytasks, and web Django apps.
55
"""
66

7-
__version__ = '0.0.7'
7+
__version__ = '0.0.8'

0 commit comments

Comments
 (0)