Skip to content

Commit

Permalink
Prepare the 3.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Feb 20, 2022
1 parent 4048ab1 commit 83a2056
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -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
--------------------
Expand Down
2 changes: 1 addition & 1 deletion pymemcache/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 83a2056

Please sign in to comment.