Skip to content

Commit

Permalink
Prepare the v3.4.0 release (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise authored Sep 15, 2020
1 parent 94a6a69 commit 771d52c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

New in version 3.4.0
--------------------
* Added IPv6 support for TCP socket connections.
* ``HashClient`` now supports UNIX sockets.

New in version 3.3.0
--------------------
* ``HashClient`` can now be imported from the top-level ``pymemcache`` package
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.3.0'
__version__ = '3.4.0'

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

0 comments on commit 771d52c

Please sign in to comment.