From d9b13775d14d618ad2b459cbd4d8cfa6e3b4a351 Mon Sep 17 00:00:00 2001 From: Dan Wendlandt Date: Tue, 12 Mar 2013 22:36:35 -0700 Subject: [PATCH] First havana commit. This commit indicates that the master branch has moved on to representing the "havana" release. The previous commit will be use to start the milestone-proposed branch for grizzly. All future changes for grizzly must first be merged into master, and then back-ported to a grizzly milestone-proposed branch (or once grizzly is released, the stable/grizzly branch). Change-Id: Ic2fadf815fd13d8c3d0afbc6493f8cd3ea6545d2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b2bc55b9e..669c16fa2 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') +Version = setup.get_version(Name, '2013.2') License = 'Apache License 2.0' Author = 'OpenStack' AuthorEmail = 'openstack-dev@lists.openstack.org' -- 2.45.2