[release][oslo] tooz release 1.26.0 (mitaka)
We are jubilant to announce the release of: tooz 1.26.0: Coordination library for distributed systems. This release is part of the mitaka release series. With source available at: http://git.openstack.org/cgit/openstack/tooz With package available at: https://pypi.python.org/pypi/tooz For more details, please see the git log history below and: http://launchpad.net/python-tooz/+milestone/1.26.0 Please report issues through launchpad: http://bugs.launchpad.net/python-tooz/ Changes in tooz 1.25.0..1.26.0 ------------------------------ 3c1dfd8 Updated from global requirements 9c5cb6f Allow specifying a kazoo async handler 'kind' 924fd93 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- requirements.txt | 4 ++-- tooz/drivers/zookeeper.py | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index bf16fc0..14f7f09 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,2 +15,2 @@ futurist>=0.1.2 # Apache-2.0 -oslo.utils>=2.4.0 # Apache-2.0 -oslo.serialization>=1.4.0 # Apache-2.0 +oslo.utils!=2.6.0,>=2.4.0 # Apache-2.0 +oslo.serialization>=1.10.0 # Apache-2.0
participants (1)
-
davanum@gmail.com