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
This commit is contained in:
Dean Troyer
2013-07-29 17:05:02 -05:00
parent 22386eb9e6
commit 6f9dcc13f6
9 changed files with 315 additions and 155 deletions

@@ -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'