From: Alfredo Deza Date: Mon, 27 Apr 2015 16:19:32 +0000 (-0400) Subject: bump the version of the agent to 1.2.2 X-Git-Tag: v1.2.2~1^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=706d849f0e9d45a0c3511de1acc64f96bc14aa5d;p=radosgw-agent.git bump the version of the agent to 1.2.2 Signed-off-by: Alfredo Deza --- 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'