Version bump to 2013.2

Change-Id: Iebf640e62ff3cfa666ff2f1e0670f515a9d1624e
This commit is contained in:
Dolph Mathews 2013-03-20 18:18:22 -05:00 committed by Gerrit Code Review
parent 4b8cab7b37
commit a6df07e2cd
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ project = 'keystone'
setuptools.setup(
name=project,
version=setup.get_version(project, '2013.1'),
version=setup.get_version(project, '2013.2'),
description="Authentication service for OpenStack",
license='Apache License (2.0)',
author='OpenStack, LLC.',