diff options
author | Jenkins <jenkins@review.openstack.org> | 2013-08-01 22:51:30 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2013-08-01 22:51:30 +0000 |
commit | 0cc581112214f638206f82acde28a36af91e6a21 (patch) | |
tree | 486f6d773cceb5d612a2712efeb2978ee8777cd1 /openstackclient/shell.py | |
parent | f293027815f43371b1133fcdf6283c6a19530556 (diff) | |
parent | 6f9dcc13f6beecd6646632fc2174b3edf1b8c5c5 (diff) | |
download | python-openstackclient-0.2.rc1.tar.gz |
Merge "Prep for 0.2 release (0.2.rc1)"0.2.rc1
Diffstat (limited to 'openstackclient/shell.py')
-rw-r--r-- | openstackclient/shell.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/shell.py b/openstackclient/shell.py index 7bc0a44a..8a15bc9b 100644 --- a/openstackclient/shell.py +++ b/openstackclient/shell.py @@ -31,7 +31,7 @@ from openstackclient.common import openstackkeyring from openstackclient.common import utils -VERSION = '0.1' +VERSION = '0.2.rc1' KEYRING_SERVICE = 'openstack' DEFAULT_COMPUTE_API_VERSION = '2' |