From 32d8f04fd402f3807c57c8e4bec8be033aa56776 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 13 Jun 2016 16:16:20 -0400 Subject: [PATCH] bump to 1.2.7 Signed-off-by: Alfredo Deza Resolves: release#1.2.7 --- 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 760a1b8..5fca248 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.6' +__version__ = '1.2.7' -- 2.47.3