summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorThierry Carrez <thierry@openstack.org>2012-03-20 08:07:22 +0100
committerThierry Carrez <thierry@openstack.org>2012-03-20 08:08:11 +0100
commitbb2876b4d55051ef83b25685a62f752bf812d820 (patch)
tree4e435dec89eccd26f685e6be7165382849f4c9fe /setup.py
parent7615e513be35591a47fd59edb0df649fdd16ce9c (diff)
downloadpython-novaclient-bb2876b4d55051ef83b25685a62f752bf812d820.tar.gz
Open Folsom
Switch version to 2012.2 to open Folsom cycle. Change-Id: I8bc51e436b09e68275424914c43f4f2717045956
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 c209667d..45734092 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ def read_file(file_name):
setuptools.setup(
name="python-novaclient",
- version="2012.1",
+ version="2012.2",
author="Rackspace, based on work by Jacob Kaplan-Moss",
author_email="github@racklabs.com",
description="Client library for OpenStack Nova API.",