diff options
author | Bernát Gábor <gaborjbernat@gmail.com> | 2022-04-11 08:55:01 +0100 |
---|---|---|
committer | Bernát Gábor <gaborjbernat@gmail.com> | 2022-04-11 08:55:01 +0100 |
commit | 17cef12d780e512738b8aed8d02eaee35f50d7cd (patch) | |
tree | a98dd94b2b35db516818502044d8eec0fed6aa37 | |
parent | 63e80ff9cb3adb16420d2010c8d43eca9082d1d3 (diff) | |
download | virtualenv-20.14.1.tar.gz |
release 20.14.120.14.1
-rw-r--r-- | docs/changelog.rst | 12 | ||||
-rw-r--r-- | docs/changelog/2284.feature.rst | 1 | ||||
-rw-r--r-- | docs/changelog/2327.bugfix.rst | 1 |
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`. |