summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Widman <jeff@jeffwidman.com>2017-11-03 11:33:32 -0700
committerGitHub <noreply@github.com>2017-11-03 11:33:32 -0700
commitcf7bdc21696170128aeec4df709cef0bf4b3c6fd (patch)
tree5e3aa86b1bcfe48121e85ad78ed5b855e42fe01b
parent190b569e3bf02207abbcdafcb4baa3f5b1c9ede3 (diff)
parentf860de5284e8ba7d0ed4171d9e5c5bef41f6b64d (diff)
downloadkazoo-cf7bdc21696170128aeec4df709cef0bf4b3c6fd.tar.gz
Merge pull request #484 from python-zk/correct-supported-versions-in-readme
docs: Correctly document supported versions
-rw-r--r--docs/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 972d6cf..17ee924 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -11,9 +11,9 @@ Kazoo features:
* Data and Children Watchers
* Simplified Zookeeper connection state tracking
* Unified asynchronous API for use with greenlets or threads
-* Support for `gevent`_ 0.13 and `gevent`_ 1.0
+* Support for `gevent`_ >= 1.2
* Support for `eventlet`_
-* Support for Zookeeper 3.3 and 3.4 servers
+* Support for Zookeeper 3.3, 3.4, and 3.5 servers
* Integrated testing helpers for Zookeeper clusters
* Pure-Python based implementation of the wire protocol, avoiding all the
memory leaks, lacking features, and debugging madness of the C library