[RM-12680] bump the version to 1.2.4 RM-12680 37/head
authorAlfredo Deza <adeza@redhat.com>
Wed, 12 Aug 2015 19:42:08 +0000 (15:42 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 12 Aug 2015 19:42:08 +0000 (15:42 -0400)
commite41df45156f9712513c6b4de009e064d7c9ea768
tree16e1b43ca9e9c963a8fd89fd0a75c7dcdd33b761
[RM-12680] bump the version to 1.2.4

Signed-off-by: Alfredo Deza <adeza@redhat.com>
43 files changed:
.gitignore [new file with mode: 0644]
CHANGELOG.rst [new file with mode: 0644]
LICENSE [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
README.rst [new file with mode: 0644]
bootstrap [new file with mode: 0755]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/dirs [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
init-radosgw-agent [new file with mode: 0644]
logrotate.conf [new file with mode: 0644]
radosgw-agent.spec [new file with mode: 0644]
radosgw_agent/__init__.py [new file with mode: 0644]
radosgw_agent/cli.py [new file with mode: 0644]
radosgw_agent/client.py [new file with mode: 0644]
radosgw_agent/constants.py [new file with mode: 0644]
radosgw_agent/exceptions.py [new file with mode: 0644]
radosgw_agent/lock.py [new file with mode: 0644]
radosgw_agent/request.py [new file with mode: 0644]
radosgw_agent/sync.py [new file with mode: 0644]
radosgw_agent/tests/__init__.py [new file with mode: 0644]
radosgw_agent/tests/conftest.py [new file with mode: 0644]
radosgw_agent/tests/test_client.py [new file with mode: 0644]
radosgw_agent/tests/test_worker.py [new file with mode: 0644]
radosgw_agent/tests/util/test_configuration.py [new file with mode: 0644]
radosgw_agent/tests/util/test_network.py [new file with mode: 0644]
radosgw_agent/tests/util/test_obj.py [new file with mode: 0644]
radosgw_agent/util/__init__.py [new file with mode: 0644]
radosgw_agent/util/configuration.py [new file with mode: 0644]
radosgw_agent/util/decorators.py [new file with mode: 0644]
radosgw_agent/util/log.py [new file with mode: 0644]
radosgw_agent/util/network.py [new file with mode: 0644]
radosgw_agent/util/obj.py [new file with mode: 0644]
radosgw_agent/util/string.py [new file with mode: 0644]
radosgw_agent/worker.py [new file with mode: 0644]
scripts/radosgw-agent [new file with mode: 0644]
setup.cfg [new file with mode: 0644]
setup.py [new file with mode: 0644]
tox.ini [new file with mode: 0644]