Commit 510c3c64 authored by Jason R. Coombs's avatar Jason R. Coombs

Bump version: 39.2.0 → 40.0.0

parent 949bd166
v40.0.0
-------
* #1342: Drop support for Python 3.3.
* #1366: In package_index, fixed handling of encoded entities in URLs.
* #1383: In pkg_resources VendorImporter, avoid removing packages imported from the root.
* #1379: Minor doc fixes after actually using the new release process.
* #1385: Removed section on non-package data files.
* #1403: Fix developer's guide.
* #1404: Fix PEP 518 configuration: set build requirements in ``pyproject.toml`` to ``["wheel"]``.
v39.2.0
-------
......
Drop support for Python 3.3.
In package_index, fixed handling of encoded entities in URLs.
Minor doc fixes after actually using the new release process.
In pkg_resources VendorImporter, avoid removing packages imported from the root.
Removed section on non-package data files.
Fix PEP 518 configuration: set build requirements in ``pyproject.toml`` to ``["wheel"]``.
[bumpversion]
current_version = 39.2.0
current_version = 40.0.0
commit = True
tag = True
......
......@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
version="39.2.0",
version="40.0.0",
description=(
"Easily download, build, install, upgrade, and uninstall "
"Python packages"
......
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