From 42eb95b13c6d38b831a5ab481f47014460b7c4fa Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Tue, 26 May 2015 22:00:48 -0700 Subject: Restrict kazoo version until bug in 2.1 is resolved --- ChangeLog | 1 + setup.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ec86486..c7932c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,5 @@ 0.2.2: + - Restrict kazoo version until bug in 2.1 is resolved 0.2.1: - Remove testtools as an install requirement - Changed attribute name "_child_watches" to "_child_watchers" diff --git a/setup.py b/setup.py index a495433..d929065 100755 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ with open("README.rst", "r") as readme: setup( name='zake', - version='0.2.1', + version='0.2.2', description='A python package that works to provide a nice set of ' 'testing utilities for the kazoo library.', author="Joshua Harlow", @@ -34,7 +34,7 @@ setup( url='https://github.com/yahoo/Zake', license="ASL 2.0", install_requires=[ - 'kazoo', + 'kazoo>=1.3.1,!=2.1', 'six', ], classifiers=[ -- cgit v1.2.1