Skip to content

Commit 4836b99

Browse files
author
Gabriel Monroy
committed
switch master to v0.1.1
1 parent e829988 commit 4836b99

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Berksfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"locked_version": "2.2.0"
1111
},
1212
"deis": {
13-
"locked_version": "0.1.0",
13+
"locked_version": "0.1.1",
1414
"git": "https://github.com/opdemand/deis-cookbook.git",
15-
"ref": "2caf5b3308156b1fd359139d6294fdecbd9c8e5f"
15+
"ref": "84fcc96899a0240ec3062c02e203a4d74905fc80"
1616
}
1717
}
1818
}

client/deis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
import requests
6464
import tempfile
6565

66-
__version__ = '0.1.0'
66+
__version__ = '0.1.1'
6767

6868

6969
class Session(requests.Session):

deis/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
The Deis main package, including the top-level URLs, Django project
33
settings, and WSGI setup. Most application domain-specific code lives in
4-
the api, celerytasks, and web Django apps.
4+
the api, provider, cm, and web Django apps.
55
"""
66

7-
__version__ = '0.1.0'
7+
__version__ = '0.1.1'

0 commit comments

Comments
 (0)