]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
First havana commit.
authorDan Wendlandt <dan@nicira.com>
Wed, 13 Mar 2013 05:36:35 +0000 (22:36 -0700)
committerDan Wendlandt <dan@nicira.com>
Wed, 13 Mar 2013 05:36:35 +0000 (22:36 -0700)
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

index b2bc55b9e1b775ae4e7427b1f24b6745d4895adf..669c16fa22275eed33bafe3b44e825bac46ba1b5 100644 (file)
--- 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'