summaryrefslogtreecommitdiff
path: root/openstackclient
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2013-07-29 17:05:02 -0500
committerDean Troyer <dtroyer@gmail.com>2013-08-01 16:21:22 -0500
commit6f9dcc13f6beecd6646632fc2174b3edf1b8c5c5 (patch)
tree5eb8fd17cdf8542ccbc9566a356867ed0353d98a /openstackclient
parent22386eb9e621012429e0626044c12b764d2ea273 (diff)
downloadpython-openstackclient-6f9dcc13f6beecd6646632fc2174b3edf1b8c5c5.tar.gz
Prep for 0.2 release (0.2.rc1)
* rename HACKING to HACKING.rst and refer to the common OpenStack HACKING file * add the barest of pointers to the wiki, etc. to the source docs * add a bare-bones man page Change-Id: I80e5b972af645f14ef17ae87f182ab09cb08dabe
Diffstat (limited to 'openstackclient')
-rw-r--r--openstackclient/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/shell.py b/openstackclient/shell.py
index dad4a693..0f029702 100644
--- a/openstackclient/shell.py
+++ b/openstackclient/shell.py
@@ -30,7 +30,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'