From ccb5f8f1b4227753a3a13f8a171321d796621c55 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Wed, 14 Dec 2011 11:22:32 +0100 Subject: [PATCH] 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 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4741af5fb..a272211fa 100644 --- a/setup.py +++ b/setup.py @@ -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.",