summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2022-11-27 21:54:26 -0800
committerGitHub <noreply@github.com>2022-11-27 21:54:26 -0800
commita95e5e789dda9f4f704716ec35e92819be5bef69 (patch)
treeb8951b6022458a1094692aadd3fc27e224c4376e
parent7cb7e63e749c17a9b8e2d37616189f5d9e079251 (diff)
parent33e7b9db29e93493e695f929767a27f007d31f4c (diff)
downloadvirtualenv-a95e5e789dda9f4f704716ec35e92819be5bef69.tar.gz
Merge pull request #2452 from pypa/release-20.17.0
release 20.17.0
-rw-r--r--docs/changelog.rst14
-rw-r--r--docs/changelog/2422.feature.rst1
-rw-r--r--docs/changelog/2448.bugfix.rst1
-rw-r--r--docs/changelog/2450.feature.rst1
-rw-r--r--docs/changelog/2451.bugfix.rst1
5 files changed, 14 insertions, 4 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index f0c5d3e..af0ee61 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,20 @@ Release History
.. towncrier release notes start
+v20.17.0 (2022-11-27)
+---------------------
+
+Features - 20.17.0
+~~~~~~~~~~~~~~~~~~
+- Change Nushell activation script to be a module meant to be activated as an overlay. (`#2422 <https://github.com/pypa/virtualenv/issues/2422>`_)
+- Update operator used in Nushell activation script to be compatible with future versions. (`#2450 <https://github.com/pypa/virtualenv/issues/2450>`_)
+
+Bugfixes - 20.17.0
+~~~~~~~~~~~~~~~~~~
+- Do not use deprecated API from ``importlib.resources`` on Python 3.10 or later - by :user:`gaborbernat`. (`#2448 <https://github.com/pypa/virtualenv/issues/2448>`_)
+- Upgrade embedded setuptools to ``65.6.3`` from ``65.5.1`` - by :user:`gaborbernat`. (`#2451 <https://github.com/pypa/virtualenv/issues/2451>`_)
+
+
v20.16.7 (2022-11-12)
---------------------
diff --git a/docs/changelog/2422.feature.rst b/docs/changelog/2422.feature.rst
deleted file mode 100644
index e4a1fd5..0000000
--- a/docs/changelog/2422.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Change Nushell activation script to be a module meant to be activated as an overlay.
diff --git a/docs/changelog/2448.bugfix.rst b/docs/changelog/2448.bugfix.rst
deleted file mode 100644
index 7ec3159..0000000
--- a/docs/changelog/2448.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Do not use deprecated API from ``importlib.resources`` on Python 3.10 or later - by :user:`gaborbernat`.
diff --git a/docs/changelog/2450.feature.rst b/docs/changelog/2450.feature.rst
deleted file mode 100644
index 1b38e54..0000000
--- a/docs/changelog/2450.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Update operator used in Nushell activation script to be compatible with future versions.
diff --git a/docs/changelog/2451.bugfix.rst b/docs/changelog/2451.bugfix.rst
deleted file mode 100644
index dca61ef..0000000
--- a/docs/changelog/2451.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Upgrade embedded setuptools to ``65.6.3`` from ``65.5.1`` - by :user:`gaborbernat`.