Skip to content

Commit

Permalink
Merge pull request #484 from python-zk/correct-supported-versions-in-…
Browse files Browse the repository at this point in the history
…readme

docs: Correctly document supported versions
  • Loading branch information
jeffwidman authored Nov 3, 2017
2 parents 190b569 + f860de5 commit cf7bdc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf7bdc2

Please sign in to comment.