From 666826a0e4608657550eb74aec9f8db1c9cc5eb8 Mon Sep 17 00:00:00 2001 From: Adam Gandelman Date: Thu, 17 Oct 2013 13:37:04 -0700 Subject: [PATCH] Bump stable/grizzly next version to 2013.1.5 Change-Id: Idb7cf867801b3ea79b42c0376d5cb712a5f1e2cf --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0a01926ccf..d4c5a9116e 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ if sys.platform == 'win32': Name = 'quantum' Url = "https://launchpad.net/quantum" -Version = setup.get_version(Name, '2013.1.4') +Version = setup.get_version(Name, '2013.1.5') License = 'Apache License 2.0' Author = 'OpenStack' AuthorEmail = 'openstack-dev@lists.openstack.org'