Skip to content

Commit

Permalink
Merge pull request #316 from jparise/version-3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise authored May 12, 2021
2 parents 1505117 + 1ec10ac commit 64109c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

New in version 3.4.3
--------------------
* Fix ``HashClient.{get,set}_many()`` with UNIX sockets.

New in version 3.4.2
--------------------
* Remove trailing space for commands that don't take arguments, such as
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.4.2'
__version__ = '3.4.3'

from pymemcache.client.base import Client # noqa
from pymemcache.client.base import PooledClient # noqa
Expand Down

0 comments on commit 64109c2

Please sign in to comment.