Skip to content

Commit

Permalink
Merge pull request #428 from jogo/4.0.0
Browse files Browse the repository at this point in the history
4.0.0 Release
  • Loading branch information
jogo committed Oct 17, 2022
2 parents 3c7c0aa + 3c4516e commit 4e5db4b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Changelog
=========
New in version 4.0.0
--------------------
* Dropped Python 2 and 3.6 support
`#321 <https://github.com/pinterest/pymemcache/pull/321>`_
`#363 <https://github.com/pinterest/pymemcache/pull/363>`_
* Begin adding typing
* Add pluggable compression serde
`#407 <https://github.com/pinterest/pymemcache/pull/407>`_


New in version 3.5.2
--------------------
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__ = "4.0.0-dev"
__version__ = "4.0.0"

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

0 comments on commit 4e5db4b

Please sign in to comment.