CHANGES
=======

v1.3
----

* version 1.3
* update README
* add tox.ini / fix pep8
* add pbr support & requirements
* Add logger_test using yaml config
* add GetInstance static method support signleton for per zk address
* del the zk_logger hard config
* Reconsider the CV condition variable that is moved to ZkClient object's property from Class's property
* raise exception The callers should know about it
* move *_test.py to tests dir
* Upgrade version to 1.0
* impl ZkClient's three methods: _UpdateNode _DeleteNode _UpdateChildren
* update Exist method add return
* impl Exist method add try..except on all RW method reset zookeeper internal log level and log_file
* update NotifyTask __init__ method
* add README
* add setup.py ignore build dir
* add .gitignore
* add zkclient.py
