Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
switch back to dev release for 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Monroy committed Aug 21, 2013
1 parent a3ab116 commit 9420dfd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ site :opscode

cookbook 'apt'
cookbook 'sudo'
cookbook 'deis', '~> 0.0.6'
#cookbook 'deis', '~> 0.0.6'

# development cookbook
#cookbook 'deis', git: 'https://github.com/opdemand/deis-cookbook.git'
cookbook 'deis', git: 'https://github.com/opdemand/deis-cookbook.git'
4 changes: 3 additions & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"locked_version": "2.1.2"
},
"deis": {
"locked_version": "0.0.6"
"locked_version": "0.0.7",
"git": "https://github.com/opdemand/deis-cookbook.git",
"ref": "2068daa476a478f6b1de95d977ac121060975fa9"
},
"rsyslog": {
"locked_version": "1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion client/deis.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
from docopt import DocoptExit
import requests

__version__ = '0.0.6'
__version__ = '0.0.7'


class Session(requests.Session):
Expand Down
2 changes: 1 addition & 1 deletion deis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
the api, celerytasks, and web Django apps.
"""

__version__ = '0.0.6'
__version__ = '0.0.7'

0 comments on commit 9420dfd

Please sign in to comment.