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:
Thierry Carrez 2011-12-14 11:22:32 +01:00
parent b45ea3ac45
commit ccb5f8f1b4
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ def read_file(file_name):
setuptools.setup(
name="python-novaclient",
version="2.6.9",
version="2012.1",
author="Rackspace, based on work by Jacob Kaplan-Moss",
author_email="github@racklabs.com",
description="Client library for OpenStack Nova API.",