Commit 95d72cc5 authored by Jason R. Coombs's avatar Jason R. Coombs

Bump version: 41.0.1 → 41.1.0

parent af871897
[bumpversion]
current_version = 41.0.1
current_version = 41.1.0
commit = True
tag = True
......
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
-------
......
Moved most of the constants from setup.py to setup.cfg
Fixed issue with the PEP 517 backend where building a source distribution would fail if any tarball existed in the destination directory.
Fixed an issue with PEP 517 backend where wheel builds would fail if the destination directory did not already exist.
Forse metadata-version >= 1.2. when project urls are present.
Improve ``package_data`` check: ensure the dictionary values are lists/tuples of strings.
Use license classifiers rather than the license field.
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.
Added the file path to the error message when a ``UnicodeDecodeError`` occurs
while reading a metadata 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
......
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