summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.rst4
-rw-r--r--README.rst1
-rw-r--r--pymemcache/__init__.py2
3 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 5be7c26..ab88084 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -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.
diff --git a/README.rst b/README.rst
index 073b353..35f96a7 100644
--- a/README.rst
+++ b/README.rst
@@ -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>`_
diff --git a/pymemcache/__init__.py b/pymemcache/__init__.py
index ac422f1..5b8f37a 100644
--- a/pymemcache/__init__.py
+++ b/pymemcache/__init__.py
@@ -1 +1 @@
-__version__ = '1.3.4'
+__version__ = '1.3.5'