Skip to content

Commit cdd7eb1

Browse files
authored
Merge pull request #2547 from pypa/release-20.21.1
2 parents 6d4d45e + 17a8b3b commit cdd7eb1

File tree

5 files changed

+17
-10
lines changed

5 files changed

+17
-10
lines changed

docs/changelog.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ Release History
55

66
.. towncrier release notes start
77
8+
v20.21.1 (2023-04-19)
9+
---------------------
10+
11+
Bugfixes - 20.21.1
12+
~~~~~~~~~~~~~~~~~~
13+
- Add ``tox.ini`` to sdist - by :user:`mtelka`. (:issue:`2511`)
14+
- Move the use of 'let' in nushell to ensure compatibility with future releases of nushell, where 'let' no longer
15+
assumes that its initializer is a full expressions. (:issue:`2527`)
16+
- The nushell command 'str collect' has been superseded by the 'str join' command. The activate.nu script has
17+
been updated to reflect this change. (:issue:`2532`)
18+
- Upgrade embedded wheels:
19+
20+
* wheel to ``0.40.0`` from ``0.38.4``
21+
* setuptools to ``67.6.1`` from ``67.4.0``
22+
* pip to ``23.1`` from ``23.0.1`` (:issue:`2546`)
23+
24+
825
v20.21.0 (2023-03-12)
926
---------------------
1027

docs/changelog/2511.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/2527.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/changelog/2532.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/changelog/2546.bugfix.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)