Bump version: 41.0.0 → 41.0.1

This commit is contained in:
Benoit Pierre 2019-04-22 22:07:03 +02:00
parent e66857af34
commit 97d7563915
6 changed files with 10 additions and 5 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 41.0.0
current_version = 41.0.1
commit = True
tag = True

View File

@ -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
-------

View File

@ -1 +0,0 @@
Fixed issue with the PEP 517 backend that prevented building a wheel when the ``dist/`` directory contained existing ``.whl`` files.

View File

@ -1 +0,0 @@
In test.paths_on_python_path, avoid adding unnecessary duplicates to the PYTHONPATH.

View File

@ -1 +0,0 @@
In package_index, now honor "current directory" during a checkout of git and hg repositories under Windows

View File

@ -19,4 +19,4 @@ universal = 1
[metadata]
license_file = LICENSE
version = 41.0.0
version = 41.0.1