summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorThierry Carrez <thierry@openstack.org>2011-12-14 11:22:32 +0100
committerThierry Carrez <thierry@openstack.org>2011-12-14 11:24:27 +0100
commitccb5f8f1b4227753a3a13f8a171321d796621c55 (patch)
tree419bebc83b5c2784cdc783e1a6de4995bf57eb49 /setup.py
parentb45ea3ac450a8e0a3b82b2f05d2340c33da8c53c (diff)
downloadpython-novaclient-ccb5f8f1b4227753a3a13f8a171321d796621c55.tar.gz
Switch versioning to common Nova versioningessex-2
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
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4741af5f..a272211f 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.",