Skip to content

Commit d783c24

Browse files
committed
Switch master to v0.1.2
1 parent ec4899c commit d783c24

4 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.1",
13+
"locked_version": "0.1.2",
1414
"git": "https://github.com/opdemand/deis-cookbook.git",
15-
"ref": "84fcc96899a0240ec3062c02e203a4d74905fc80"
15+
"ref": "057bb62dcd9ec868a8d564ed07ab1c532315d93f"
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.1'
66+
__version__ = '0.1.2'
6767

6868

6969
class Session(requests.Session):

client/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
# pylint: disable=W0142
3434
setup(name='deis',
35-
version='0.1.1',
35+
version='0.1.2',
3636
license=APACHE_LICENSE,
3737
description='Command-line Client for Deis',
3838
author='OpDemand',

deis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
the api, provider, cm, and web Django apps.
55
"""
66

7-
__version__ = '0.1.1'
7+
__version__ = '0.1.2'

0 commit comments

Comments
 (0)