summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/changelog.rst9
-rw-r--r--docs/changelog/2548.feature.rst2
2 files changed, 9 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 4d3e597..d3c0828 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,15 @@ Release History
.. towncrier release notes start
+v20.22.0 (2023-04-19)
+---------------------
+
+Features - 20.22.0
+~~~~~~~~~~~~~~~~~~
+- Drop support for creating Python <3.6 (including 2) interpreters. Removed pip of ``20.3.4``, ``21.3.1``; wheel of
+ ``0.37.1``; setuptools of ``59.6.0``, ``44.1.1``, ``50.3.2``- by :user:`gaborbernat`. (:issue:`2548`)
+
+
v20.21.1 (2023-04-19)
---------------------
diff --git a/docs/changelog/2548.feature.rst b/docs/changelog/2548.feature.rst
deleted file mode 100644
index 33d0209..0000000
--- a/docs/changelog/2548.feature.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Drop support for creating Python <3.6 (including 2) interpreters. Removed pip of ``20.3.4``, ``21.3.1``; wheel of
-``0.37.1``; setuptools of ``59.6.0``, ``44.1.1``, ``50.3.2``- by :user:`gaborbernat`.