From 8025a9c03c86d26f740462b045b534cac64b45a7 Mon Sep 17 00:00:00 2001 From: Adam Gandelman Date: Thu, 17 Oct 2013 13:36:39 -0700 Subject: [PATCH] Bump stable/grizzly next version to 2013.1.5 Change-Id: Idb7cf867801b3ea79b42c0376d5cb712a5f1e2cf --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f50c713b2c..56dcd9dd9d 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ project = 'keystone' setuptools.setup( name=project, - version=setup.get_version(project, '2013.1.4'), + version=setup.get_version(project, '2013.1.5'), description="Authentication service for OpenStack", license='Apache License (2.0)', author='OpenStack, LLC.',