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.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Nov 26, 2013
1 parent f367c7e commit 79e4899
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.2"
},
"deis": {
"locked_version": "0.2.1",
"locked_version": "0.3.0",
"git": "https://github.com/opdemand/deis-cookbook.git",
"ref": "a2698641d2042a3626df5874763ab6535ee2892b"
"ref": "5aacadebef5121fda002df7b8dbf853b26d6a5c2"
}
}
}
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.2.1'
__version__ = '0.3.0'


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.2.1',
version='0.3.0',
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.2.1'
__version__ = '0.3.0'

0 comments on commit 79e4899

Please sign in to comment.