Skip to content

Commit 9420dfd

Browse files
author
Gabriel Monroy
committed
switch back to dev release for 0.0.7
1 parent a3ab116 commit 9420dfd

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

Berksfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ site :opscode
22

33
cookbook 'apt'
44
cookbook 'sudo'
5-
cookbook 'deis', '~> 0.0.6'
5+
#cookbook 'deis', '~> 0.0.6'
66

77
# development cookbook
8-
#cookbook 'deis', git: 'https://github.com/opdemand/deis-cookbook.git'
8+
cookbook 'deis', git: 'https://github.com/opdemand/deis-cookbook.git'

Berksfile.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"locked_version": "2.1.2"
88
},
99
"deis": {
10-
"locked_version": "0.0.6"
10+
"locked_version": "0.0.7",
11+
"git": "https://github.com/opdemand/deis-cookbook.git",
12+
"ref": "2068daa476a478f6b1de95d977ac121060975fa9"
1113
},
1214
"rsyslog": {
1315
"locked_version": "1.6.0"

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.6'
67+
__version__ = '0.0.7'
6868

6969

7070
class Session(requests.Session):

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.6'
7+
__version__ = '0.0.7'

0 commit comments

Comments
 (0)