We are jazzed to announce the release of: tooz 1.57.4: Coordination library for distributed systems. This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/tooz Download the package from: https://pypi.python.org/pypi/tooz Please report issues through launchpad: https://bugs.launchpad.net/python-tooz/ For more details, please see below. Changes in tooz 1.57.3..1.57.4 ------------------------------ 38bcf7b Switch from oslosphinx to openstackdocstheme cf12457 Turn on warning-is-error in doc build 7987f44 Make sure Lock.heartbeat() returns True/False c94b2a3 etcd3: replace custom lock code by more recent etcd3 lock code 6d1e1b5 Simplify env list and test running Diffstat (except docs and test files) ------------------------------------- releasenotes/source/conf.py | 11 ++++-- setup.cfg | 10 ++--- tooz/coordination.py | 2 +- tooz/drivers/etcd.py | 12 +++--- tooz/drivers/etcd3.py | 68 +++++++++++--------------------- tooz/drivers/etcd3gw.py | 23 ++++++++--- tooz/drivers/memcached.py | 10 +++-- tooz/drivers/redis.py | 2 + tox.ini | 86 +++++++---------------------------------- 13 files changed, 116 insertions(+), 152 deletions(-)