Updating changelog and increasing version to 1.3.5

This commit is contained in:
Charles Gordon
2015-11-02 20:30:30 -08:00
parent ff26820851
commit d0b749a276
3 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
Change Log
==========
New in version 1.3.5
--------------------
* Bug fix for HashClient when retries is set to zero.
* Adding the VERSION command to the clients.
New in version 1.3.4
--------------------
* Bug fix for the HashClient that corrects behavior when there are no working servers.

View File

@@ -109,3 +109,4 @@ Credits
* `John Anderson <http://github.com/sontek>`_
* `Adam Chainz <http://github.com/adamchainz>`_
* `Ernest W. Durbin III <https://github.com/ewdurbin>`_
* `Remco van Oosterhout` <https://github.com/Vhab>`_

View File

@@ -1 +1 @@
__version__ = '1.3.4'
__version__ = '1.3.5'