aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.rst10
-rw-r--r--src/cachetools/__init__.py2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 4bfad6b..cf4986e 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,3 +1,13 @@
+v4.2.2 (2021-04-27)
+===================
+
+- Update build environment.
+
+- Remove Python 2 remnants.
+
+- Format code with Black.
+
+
v4.2.1 (2021-01-24)
===================
diff --git a/src/cachetools/__init__.py b/src/cachetools/__init__.py
index 1c925cc..c9d37e2 100644
--- a/src/cachetools/__init__.py
+++ b/src/cachetools/__init__.py
@@ -21,4 +21,4 @@ __all__ = (
"cachedmethod",
)
-__version__ = "4.2.1"
+__version__ = "4.2.2"