summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Gordon <charles@pinterest.com>2015-09-29 12:20:18 -0700
committerCharles Gordon <charles@pinterest.com>2015-09-29 12:20:18 -0700
commitedcc912f7f725cd096e478a90491fed32d013c1a (patch)
treeaf848aedc110ecad1b686b2b3325e19138015bbe
parenta5993eafdd0d412740d0dd129cdfa3e664d0370c (diff)
downloadpymemcache-edcc912f7f725cd096e478a90491fed32d013c1a.tar.gz
Increasing version to 1.3.41.3.4
-rw-r--r--ChangeLog.rst4
-rw-r--r--pymemcache/__init__.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index a801fe4..10d243b 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,5 +1,9 @@
Change Log
==========
+New in version 1.3.4
+--------------------
+* Bug fix for the HashClient that corrects behavior when there are no working
+ servers.
New in version 1.3.3
--------------------
* Adding caching to the Travis build.
diff --git a/pymemcache/__init__.py b/pymemcache/__init__.py
index 07f744c..ac422f1 100644
--- a/pymemcache/__init__.py
+++ b/pymemcache/__init__.py
@@ -1 +1 @@
-__version__ = '1.3.3'
+__version__ = '1.3.4'