python-zk / kazoo

Kazoo is a high-level Python library that makes it easier to use Apache Zookeeper.
https://kazoo.readthedocs.io
Apache License 2.0
1.3k stars 387 forks source link

chore: add travis deployment and update ZK versions #439

Closed bbangert closed 7 years ago

bbangert commented 7 years ago

Add's automatic PyPI release based on tags. The versions of Zookeeper are now the latest stable releases for 3.4.

Closes #436