summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Gordon <jogo@pinterest.com>2022-10-07 10:03:23 -0700
committerJoe Gordon <jogo@pinterest.com>2022-10-07 10:03:23 -0700
commit3c4516e88ffe29cfb5f7e48d74f685bf3e4222fc (patch)
treeb59b7ed8dea99162784678c8c4b13a4b4b8e367d
parent4532b2c0d5b647ee883f304b71cb96590d9ef613 (diff)
downloadpymemcache-3c4516e88ffe29cfb5f7e48d74f685bf3e4222fc.tar.gz
4.0.0 Release
Update changelog and version
-rw-r--r--ChangeLog.rst9
-rw-r--r--pymemcache/__init__.py2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 90b4c79..203f57b 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -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
--------------------
diff --git a/pymemcache/__init__.py b/pymemcache/__init__.py
index 436fe26..da11017 100644
--- a/pymemcache/__init__.py
+++ b/pymemcache/__init__.py
@@ -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