summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Parise <jon@pinterest.com>2022-02-20 12:15:00 -0800
committerJon Parise <jon@pinterest.com>2022-02-20 12:15:00 -0800
commit83a2056281576e2ebe22920d36bed71736b236d8 (patch)
tree0541acdf48b36aa9ae55a514f2df5a57b91740cb
parent4048ab1a5f0b8839f59bc4c3a4327639c3677adb (diff)
downloadpymemcache-3.5.1.tar.gz
Prepare the 3.5.1 releasev3.5.1
-rw-r--r--ChangeLog.rst5
-rw-r--r--pymemcache/__init__.py2
2 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index cc448d9..55dbe0c 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,10 +1,11 @@
Changelog
=========
-Unreleased
-----------
+New in version 3.5.1
+--------------------
* ``Client.get`` returns the default when using ``ignore_exc`` and if memcached
is unavailable
+* Added ``noreply`` support to ``HashClient.flush_all``.
New in version 3.5.0
--------------------
diff --git a/pymemcache/__init__.py b/pymemcache/__init__.py
index 4fbf5e7..02fe793 100644
--- a/pymemcache/__init__.py
+++ b/pymemcache/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '3.5.0'
+__version__ = '3.5.1'
from pymemcache.client.base import Client # noqa
from pymemcache.client.base import PooledClient # noqa