* update README, add readthedocs badge, add pip install from pypi * try to update zerorpc's version * fix warnings in `setup.py`, such as `url` and ZeroRPC link * make zerorpc client support multiple connecting endpoints
1.5
-----------
released on September 9th 2015
* Fix typo in CHANGES * Move repo to another organization
1.4
-----------
* Bump version number to 1.4 * Make logging level configurable * Fix log rotation * Update dependences version
1.3
-----------
* Bump version number to 1.3 * Add scope session and related middleware * Add default pool_recycle and remove session when shutdown * Change the access logger format * Disable heartbeat as default * Update documents
1.2
-----------
* Bump version number to 1.2 * Happy New Year 2015 * Docs update for the access log * Upgrade access log * Change the way to encode endpoint
1.1
-----------
* Bump version number to 1.1 * Rename release script * Update and Create docs for the new feature * Add custom header both in server side and client side * Move context into static vars, make it more flexible * Auto resolve endpoint * Add MANIFEST file