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.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Oct 22, 2013
1 parent ec4899c commit d783c24
Show file tree
Hide file tree
Showing 4 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.1",
"locked_version": "0.1.2",
"git": "https://github.com/opdemand/deis-cookbook.git",
"ref": "84fcc96899a0240ec3062c02e203a4d74905fc80"
"ref": "057bb62dcd9ec868a8d564ed07ab1c532315d93f"
}
}
}
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.1'
__version__ = '0.1.2'


class Session(requests.Session):
Expand Down
2 changes: 1 addition & 1 deletion client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

# pylint: disable=W0142
setup(name='deis',
version='0.1.1',
version='0.1.2',
license=APACHE_LICENSE,
description='Command-line Client for Deis',
author='OpDemand',
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, provider, cm, and web Django apps.
"""

__version__ = '0.1.1'
__version__ = '0.1.2'

0 comments on commit d783c24

Please sign in to comment.