From 440ffec57577e1bf7414afaaeb13490536c1f797 Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Mon, 26 Mar 2012 23:44:42 -0700 Subject: [PATCH] Update version to 2012.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index efc5323..932c1fb 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def read(fname): setuptools.setup( name="python-glanceclient", - version="2012.1", + version="2012.2", description="Client library for OpenStack Image API", long_description=read('README.rst'), url='https://github.com/openstack/python-glanceclient',