Switch versioning to common Nova versioning
Use "2012.1" as the version for python-novaclient, to align with Nova common versioning (starting with Essex-2, python-novaclient is shipped as a Nova project deliverable. Fixes bug 904182. Change-Id: I85d742a346bbaae1dc92a476c140f7f862a0828c
This commit is contained in:
parent
b45ea3ac45
commit
ccb5f8f1b4
2
setup.py
2
setup.py
@ -28,7 +28,7 @@ def read_file(file_name):
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="python-novaclient",
|
name="python-novaclient",
|
||||||
version="2.6.9",
|
version="2012.1",
|
||||||
author="Rackspace, based on work by Jacob Kaplan-Moss",
|
author="Rackspace, based on work by Jacob Kaplan-Moss",
|
||||||
author_email="github@racklabs.com",
|
author_email="github@racklabs.com",
|
||||||
description="Client library for OpenStack Nova API.",
|
description="Client library for OpenStack Nova API.",
|
||||||
|
Loading…
Reference in New Issue
Block a user