File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ site :opscode
33cookbook 'apt'
44cookbook 'rsyslog'
55cookbook 'sudo'
6- #cookbook 'deis', '~> 0.4.1 '
6+ #cookbook 'deis', '~> 0.5.0 '
77
88# development cookbook
99cookbook 'deis' , git : 'https://github.com/opdemand/deis-cookbook.git'
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 7171import requests
7272import yaml
7373
74- __version__ = '0.4.1 '
74+ __version__ = '0.5.0 '
7575
7676
7777locale .setlocale (locale .LC_ALL , '' )
Original file line number Diff line number Diff line change 2828
2929
3030setup (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' ,
Original file line number Diff line number Diff line change 99from .celery import app # noqa
1010
1111
12- __version__ = '0.4.1 '
12+ __version__ = '0.5.0 '
You can’t perform that action at this time.
0 commit comments