From e83c9f311f4abf3dcc728ff617bbb70db417d617 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 12 Mar 2013 15:58:46 +0000 Subject: [PATCH] Open 1.2.x development The 1.2.x series will be for havana. Its API will be backwards compatible with the 1.1.x series. Change-Id: I041046bb97bf4072f598c91b8a127f4e6bba9f19 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3c10716e..a35560c6 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import setuptools from magic.openstack.common import setup package = 'oslo.config' -version = '1.1.0' +version = '1.2.0' requires = setup.parse_requirements() depend_links = setup.parse_dependency_links()