From: Dan Wendlandt Date: Wed, 13 Mar 2013 05:36:35 +0000 (-0700) Subject: First havana commit. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=d9b13775d14d618ad2b459cbd4d8cfa6e3b4a351;p=openstack-build%2Fneutron-build.git 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 --- 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'