Commit 97d75639 authored by Benoit Pierre's avatar Benoit Pierre

Bump version: 41.0.0 → 41.0.1

parent e66857af
[bumpversion]
current_version = 41.0.0
current_version = 41.0.1
commit = True
tag = True
......
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
-------
......
Fixed issue with the PEP 517 backend that prevented building a wheel when the ``dist/`` directory contained existing ``.whl`` files.
In test.paths_on_python_path, avoid adding unnecessary duplicates to the PYTHONPATH.
In package_index, now honor "current directory" during a checkout of git and hg repositories under Windows
......@@ -19,4 +19,4 @@ universal = 1
[metadata]
license_file = LICENSE
version = 41.0.0
version = 41.0.1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment