diff options
| author | Benoit Pierre <benoit.pierre@gmail.com> | 2019-04-22 22:07:03 +0200 |
|---|---|---|
| committer | Benoit Pierre <benoit.pierre@gmail.com> | 2019-04-22 22:07:03 +0200 |
| commit | 97d7563915b6e2ad8a638e988361357709a83bda (patch) | |
| tree | e306253f785babba89bc166098f093536b7a9b19 /CHANGES.rst | |
| parent | e66857af348a823b15701c39a88add28cfaab3bd (diff) | |
| download | external_python_setuptools-97d7563915b6e2ad8a638e988361357709a83bda.tar.gz external_python_setuptools-97d7563915b6e2ad8a638e988361357709a83bda.tar.bz2 external_python_setuptools-97d7563915b6e2ad8a638e988361357709a83bda.zip | |
Bump version: 41.0.0 → 41.0.1v41.0.1
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 08c5ee0b..9da22537 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,11 @@ +v41.0.1 +------- + +* #1671: Fixed issue with the PEP 517 backend that prevented building a wheel when the ``dist/`` directory contained existing ``.whl`` files. +* #1709: In test.paths_on_python_path, avoid adding unnecessary duplicates to the PYTHONPATH. +* #1741: In package_index, now honor "current directory" during a checkout of git and hg repositories under Windows + + v41.0.0 ------- |
