From 045b8890811b5f5fdc4150ae3d81882f84c2881a Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 9 Jun 2016 08:27:12 -0400 Subject: [PATCH] bump to 1.2.6 Signed-off-by: Alfredo Deza --- radosgw_agent/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radosgw_agent/__init__.py b/radosgw_agent/__init__.py index fcb8ef5..760a1b8 100644 --- a/radosgw_agent/__init__.py +++ b/radosgw_agent/__init__.py @@ -2,4 +2,4 @@ from radosgw_agent.util import configuration as _configuration config = _configuration.Configuration() -__version__ = '1.2.5' +__version__ = '1.2.6' -- 2.47.3