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

Commit

Permalink
switch master to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Monroy committed Oct 1, 2013
1 parent e829988 commit 4836b99
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Berksfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"locked_version": "2.2.0"
},
"deis": {
"locked_version": "0.1.0",
"locked_version": "0.1.1",
"git": "https://github.com/opdemand/deis-cookbook.git",
"ref": "2caf5b3308156b1fd359139d6294fdecbd9c8e5f"
"ref": "84fcc96899a0240ec3062c02e203a4d74905fc80"
}
}
}
2 changes: 1 addition & 1 deletion client/deis.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
import requests
import tempfile

__version__ = '0.1.0'
__version__ = '0.1.1'


class Session(requests.Session):
Expand Down
4 changes: 2 additions & 2 deletions deis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
The Deis main package, including the top-level URLs, Django project
settings, and WSGI setup. Most application domain-specific code lives in
the api, celerytasks, and web Django apps.
the api, provider, cm, and web Django apps.
"""

__version__ = '0.1.0'
__version__ = '0.1.1'

0 comments on commit 4836b99

Please sign in to comment.