File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 6464from docopt import DocoptExit
6565import requests
6666
67- __version__ = '0.0.7 '
67+ __version__ = '0.0.8 '
6868
6969
7070class Session (requests .Session ):
Original file line number Diff line number Diff line change 3232
3333# pylint: disable=W0142
3434setup (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' ,
Original file line number Diff line number Diff line change 44the api, celerytasks, and web Django apps.
55"""
66
7- __version__ = '0.0.7 '
7+ __version__ = '0.0.8 '
You can’t perform that action at this time.
0 commit comments