Bump version: 40.2.0 → 40.3.0

This commit is contained in:
Jason R. Coombs 2018-09-16 12:19:10 -04:00
parent 002c439191
commit b711d1b53b
8 changed files with 13 additions and 8 deletions

View File

@ -1,3 +1,14 @@
v40.3.0
-------
* #1402: Fixed a bug with namespace packages under Python 3.6 when one package in
current directory hides another which is installed.
* #1427: Set timestamp of ``.egg-info`` directory whenever ``egg_info`` command is run.
* #1474: ``build_meta.get_requires_for_build_sdist`` now does not include the ``wheel`` package anymore.
* #1486: Suppress warnings in pkg_resources.handle_ns.
* #1479: Remove internal use of six.binary_type.
v40.2.0
-------

View File

@ -1,2 +0,0 @@
Fixed a bug with namespace packages under Python 3.6 when one package in
current directory hides another which is installed.

View File

@ -1 +0,0 @@
Set timestamp of ``.egg-info`` directory whenever ``egg_info`` command is run.

View File

@ -1 +0,0 @@
``build_meta.get_requires_for_build_sdist`` now does not include the ``wheel`` package anymore.

View File

@ -1 +0,0 @@
Remove internal use of six.binary_type.

View File

@ -1 +0,0 @@
Suppress warnings in pkg_resources.handle_ns.

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 40.2.0
current_version = 40.3.0
commit = True
tag = True

View File

@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
version="40.2.0",
version="40.3.0",
description=(
"Easily download, build, install, upgrade, and uninstall "
"Python packages"