summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2022-04-11 08:55:01 +0100
committerBernát Gábor <gaborjbernat@gmail.com>2022-04-11 08:55:01 +0100
commit17cef12d780e512738b8aed8d02eaee35f50d7cd (patch)
treea98dd94b2b35db516818502044d8eec0fed6aa37
parent63e80ff9cb3adb16420d2010c8d43eca9082d1d3 (diff)
downloadvirtualenv-20.14.1.tar.gz
release 20.14.120.14.1
-rw-r--r--docs/changelog.rst12
-rw-r--r--docs/changelog/2284.feature.rst1
-rw-r--r--docs/changelog/2327.bugfix.rst1
3 files changed, 12 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 93b0e91..91c1ece 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,18 @@ Release History
.. towncrier release notes start
+v20.14.1 (2022-04-11)
+---------------------
+
+Features - 20.14.1
+~~~~~~~~~~~~~~~~~~
+- Support for creating a virtual environment from a Python 2.7 framework on macOS 12 - by :user:`nickhutchinson`. (`#2284 <https://github.com/pypa/virtualenv/issues/2284>`_)
+
+Bugfixes - 20.14.1
+~~~~~~~~~~~~~~~~~~
+- Upgrade embedded setuptools to ``62.1.0`` from ``61.0.0`` - by :user:`gaborbernat`. (`#2327 <https://github.com/pypa/virtualenv/issues/2327>`_)
+
+
v20.14.0 (2022-03-25)
---------------------
diff --git a/docs/changelog/2284.feature.rst b/docs/changelog/2284.feature.rst
deleted file mode 100644
index 9f93dba..0000000
--- a/docs/changelog/2284.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Support for creating a virtual environment from a Python 2.7 framework on macOS 12 - by :user:`nickhutchinson`.
diff --git a/docs/changelog/2327.bugfix.rst b/docs/changelog/2327.bugfix.rst
deleted file mode 100644
index 1d6e252..0000000
--- a/docs/changelog/2327.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Upgrade embedded setuptools to ``62.1.0`` from ``61.0.0`` - by :user:`gaborbernat`.