Bump version: 39.2.0 → 40.0.0

This commit is contained in:
Jason R. Coombs 2018-07-09 00:13:58 -04:00
parent 949bd16669
commit 510c3c64bd
10 changed files with 13 additions and 9 deletions

View File

@ -1,3 +1,14 @@
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
-------

View File

@ -1 +0,0 @@
Drop support for Python 3.3.

View File

@ -1 +0,0 @@
In package_index, fixed handling of encoded entities in URLs.

View File

@ -1 +0,0 @@
Minor doc fixes after actually using the new release process.

View File

@ -1 +0,0 @@
In pkg_resources VendorImporter, avoid removing packages imported from the root.

View File

@ -1 +0,0 @@
Removed section on non-package data files.

View File

@ -1 +0,0 @@
Fix developer's guide.

View File

@ -1 +0,0 @@
Fix PEP 518 configuration: set build requirements in ``pyproject.toml`` to ``["wheel"]``.

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 39.2.0
current_version = 40.0.0
commit = True
tag = True

View File

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