From 259c57b5b6c8fa0820a584edcae713ffca7c5b3d Mon Sep 17 00:00:00 2001 From: Gabriel Hurley Date: Tue, 1 Oct 2013 13:23:50 -0700 Subject: [PATCH] Bump version for 1.1.3 Change-Id: I967419f07702820b60a8ee8a57544a3af5c57108 --- openstack_auth/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack_auth/__init__.py b/openstack_auth/__init__.py index 5bc850d..a5fbc99 100644 --- a/openstack_auth/__init__.py +++ b/openstack_auth/__init__.py @@ -1,2 +1,2 @@ # following PEP 386 -__version__ = "1.1.2" +__version__ = "1.1.3"