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
This commit is contained in:
Mark McLoughlin 2013-03-12 15:58:46 +00:00
parent 273b5dfa78
commit e83c9f311f

View File

@ -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()