summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2022-02-24 10:18:42 +0000
committerBernát Gábor <gaborjbernat@gmail.com>2022-02-24 10:18:42 +0000
commitbcf9bb892d020ba8993bd06ce8a6c43796ae97e0 (patch)
tree802ed8dd527dd102f984fc4ba67817184cedb464
parent6378f7240130810e498e26f893a780096a743fa0 (diff)
downloadvirtualenv-20.13.2.tar.gz
release 20.13.220.13.2
-rw-r--r--docs/changelog.rst8
-rw-r--r--docs/changelog/2306.bugfix.rst1
2 files changed, 8 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 76d9572..2ce5c31 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,14 @@ Release History
.. towncrier release notes start
+v20.13.2 (2022-02-24)
+---------------------
+
+Bugfixes - 20.13.2
+~~~~~~~~~~~~~~~~~~
+- Upgrade embedded setuptools to ``60.9.3`` from ``60.6.0`` - by :user:`gaborbernat`. (`#2306 <https://github.com/pypa/virtualenv/issues/2306>`_)
+
+
v20.13.1 (2022-02-05)
---------------------
diff --git a/docs/changelog/2306.bugfix.rst b/docs/changelog/2306.bugfix.rst
deleted file mode 100644
index 8e92ca4..0000000
--- a/docs/changelog/2306.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Upgrade embedded setuptools to ``60.9.3`` from ``60.6.0`` - by :user:`gaborbernat`.