Bump version: 41.0.1 → 41.1.0

This commit is contained in:
Jason R. Coombs 2019-08-13 09:42:47 -04:00
parent af871897e6
commit 95d72cc558
11 changed files with 15 additions and 11 deletions

View File

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

View File

@ -1,3 +1,16 @@
v41.1.0
-------
* #1697: Moved most of the constants from setup.py to setup.cfg
* #1749: Fixed issue with the PEP 517 backend where building a source distribution would fail if any tarball existed in the destination directory.
* #1750: Fixed an issue with PEP 517 backend where wheel builds would fail if the destination directory did not already exist.
* #1756: Forse metadata-version >= 1.2. when project urls are present.
* #1769: Improve ``package_data`` check: ensure the dictionary values are lists/tuples of strings.
* #1788: Changed compatibility fallback logic for ``html.unescape`` to avoid accessing ``HTMLParser.unescape`` when not necessary. ``HTMLParser.unescape`` is deprecated and will be removed in Python 3.9.
* #1790: Added the file path to the error message when a ``UnicodeDecodeError`` occurs while reading a metadata file.
* #1776: Use license classifiers rather than the license field.
v41.0.1
-------

View File

@ -1 +0,0 @@
Moved most of the constants from setup.py to setup.cfg

View File

@ -1 +0,0 @@
Fixed issue with the PEP 517 backend where building a source distribution would fail if any tarball existed in the destination directory.

View File

@ -1 +0,0 @@
Fixed an issue with PEP 517 backend where wheel builds would fail if the destination directory did not already exist.

View File

@ -1 +0,0 @@
Forse metadata-version >= 1.2. when project urls are present.

View File

@ -1 +0,0 @@
Improve ``package_data`` check: ensure the dictionary values are lists/tuples of strings.

View File

@ -1 +0,0 @@
Use license classifiers rather than the license field.

View File

@ -1 +0,0 @@
Changed compatibility fallback logic for ``html.unescape`` to avoid accessing ``HTMLParser.unescape`` when not necessary. ``HTMLParser.unescape`` is deprecated and will be removed in Python 3.9.

View File

@ -1,2 +0,0 @@
Added the file path to the error message when a ``UnicodeDecodeError`` occurs
while reading a metadata file.

View File

@ -19,7 +19,7 @@ universal = 1
[metadata]
name = setuptools
version = 41.0.1
version = 41.1.0
description = Easily download, build, install, upgrade, and uninstall Python packages
author = Python Packaging Authority
author_email = distutils-sig@python.org