From 6f9dcc13f6beecd6646632fc2174b3edf1b8c5c5 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Mon, 29 Jul 2013 17:05:02 -0500 Subject: 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 --- openstackclient/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstackclient/shell.py') 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' -- cgit v1.2.1