summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Gordon <jogo@users.noreply.github.com>2022-10-17 09:41:13 -0700
committerGitHub <noreply@github.com>2022-10-17 09:41:13 -0700
commit4e5db4bb6e6f6810fbb8e7c3e6624deb6f6ac0da (patch)
tree8e2f701dfd6141878708945365d3f42e6e1baed4
parent3c7c0aa9dd299f4aa3047f54d6a5c42657e86ff9 (diff)
parent3c4516e88ffe29cfb5f7e48d74f685bf3e4222fc (diff)
downloadpymemcache-4e5db4bb6e6f6810fbb8e7c3e6624deb6f6ac0da.tar.gz
Merge pull request #428 from jogo/4.0.0v4.0.0
4.0.0 Release
-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