From e41df45156f9712513c6b4de009e064d7c9ea768 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 12 Aug 2015 15:42:08 -0400 Subject: [PATCH] [RM-12680] bump the version to 1.2.4 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 e265308..e0a8fc7 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.3' +__version__ = '1.2.4' -- 2.47.3