summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2023-04-19 13:00:13 -0700
committerBernát Gábor <bgabor8@bloomberg.net>2023-04-19 13:00:13 -0700
commit17a8b3b80a7251b1779f666dc7f5841de526a175 (patch)
tree0258603bce5f25c4c605edc97ceb94a1e850ae80
parent6d4d45e62c206028177cad766b10ad2e85674ee0 (diff)
downloadvirtualenv-17a8b3b80a7251b1779f666dc7f5841de526a175.tar.gz
release 20.21.120.21.1
-rw-r--r--docs/changelog.rst17
-rw-r--r--docs/changelog/2511.bugfix.rst1
-rw-r--r--docs/changelog/2527.bugfix.rst2
-rw-r--r--docs/changelog/2532.bugfix.rst2
-rw-r--r--docs/changelog/2546.bugfix.rst5
5 files changed, 17 insertions, 10 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 4dabd23..4d3e597 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,23 @@ Release History
.. towncrier release notes start
+v20.21.1 (2023-04-19)
+---------------------
+
+Bugfixes - 20.21.1
+~~~~~~~~~~~~~~~~~~
+- Add ``tox.ini`` to sdist - by :user:`mtelka`. (:issue:`2511`)
+- Move the use of 'let' in nushell to ensure compatibility with future releases of nushell, where 'let' no longer
+ assumes that its initializer is a full expressions. (:issue:`2527`)
+- The nushell command 'str collect' has been superseded by the 'str join' command. The activate.nu script has
+ been updated to reflect this change. (:issue:`2532`)
+- Upgrade embedded wheels:
+
+ * wheel to ``0.40.0`` from ``0.38.4``
+ * setuptools to ``67.6.1`` from ``67.4.0``
+ * pip to ``23.1`` from ``23.0.1`` (:issue:`2546`)
+
+
v20.21.0 (2023-03-12)
---------------------
diff --git a/docs/changelog/2511.bugfix.rst b/docs/changelog/2511.bugfix.rst
deleted file mode 100644
index ef34011..0000000
--- a/docs/changelog/2511.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Add ``tox.ini`` to sdist - by :user:`mtelka`.
diff --git a/docs/changelog/2527.bugfix.rst b/docs/changelog/2527.bugfix.rst
deleted file mode 100644
index ff5800f..0000000
--- a/docs/changelog/2527.bugfix.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Move the use of 'let' in nushell to ensure compatibility with future releases of nushell, where 'let' no longer
-assumes that its initializer is a full expressions.
diff --git a/docs/changelog/2532.bugfix.rst b/docs/changelog/2532.bugfix.rst
deleted file mode 100644
index 16922fd..0000000
--- a/docs/changelog/2532.bugfix.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-The nushell command 'str collect' has been superseded by the 'str join' command. The activate.nu script has
-been updated to reflect this change.
diff --git a/docs/changelog/2546.bugfix.rst b/docs/changelog/2546.bugfix.rst
deleted file mode 100644
index 4fbb600..0000000
--- a/docs/changelog/2546.bugfix.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Upgrade embedded wheels:
-
-* wheel to ``0.40.0`` from ``0.38.4``
-* setuptools to ``67.6.1`` from ``67.4.0``
-* pip to ``23.1`` from ``23.0.1``