From 8a262ea62c57ec7f3f0065f8e8b8c27f4d9cddcd Mon Sep 17 00:00:00 2001 From: Gabriel Hurley Date: Tue, 19 Mar 2013 14:44:44 -0700 Subject: [PATCH] Bump version to 2013.2. Change-Id: I0eb60bb12a63e7ccf2623fb9aeaf9a9f84fda24e --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0e0039fdec..a97ce61271 100755 --- a/setup.py +++ b/setup.py @@ -81,7 +81,7 @@ for target_dir in target_dirs: setup(name=project, - version=os_common_setup.get_version(project, '2013.1'), + version=os_common_setup.get_version(project, '2013.2'), url='https://github.com/openstack/horizon/', license='Apache 2.0', description="The OpenStack Dashboard.",