aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kemmer <tkemmer@computer.org>2020-12-10 21:25:58 +0100
committerThomas Kemmer <tkemmer@computer.org>2020-12-10 21:25:58 +0100
commite6acc1eaff5593158933d24ca035d746d5a13899 (patch)
treea623d43cdf1e3b3a2e7fc0d2366a7917a0819163
parentc4e71eccd7d27e26df166a434d7f9004b224ea81 (diff)
downloadcachetools-e6acc1eaff5593158933d24ca035d746d5a13899.tar.gz
Release v4.2.0.
-rw-r--r--CHANGELOG.rst2
-rw-r--r--cachetools/__init__.py2
-rw-r--r--setup.cfg2
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index f93956a..6ebd203 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,4 +1,4 @@
-v4.2.0 (UNRELEASED)
+v4.2.0 (2020-12-10)
===================
- Add FIFO cache implementation.
diff --git a/cachetools/__init__.py b/cachetools/__init__.py
index 428ffc2..4be1ebe 100644
--- a/cachetools/__init__.py
+++ b/cachetools/__init__.py
@@ -21,4 +21,4 @@ __all__ = (
'cachedmethod'
)
-__version__ = '4.1.1'
+__version__ = '4.2.0'
diff --git a/setup.cfg b/setup.cfg
index d0bb33a..e7af1ee 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = cachetools
-version = 4.1.1
+version = 4.2.0
url = https://github.com/tkem/cachetools/
author = Thomas Kemmer
author_email = tkemmer@computer.org