From 706d849f0e9d45a0c3511de1acc64f96bc14aa5d Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 27 Apr 2015 12:19:32 -0400 Subject: [PATCH] bump the version of the agent to 1.2.2 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 61759fc..bc9f564 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.1' +__version__ = '1.2.2' -- 2.47.3