Commit b711d1b5 authored by Jason R. Coombs's avatar Jason R. Coombs

Bump version: 40.2.0 → 40.3.0

parent 002c4391
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
-------
......
Fixed a bug with namespace packages under Python 3.6 when one package in
current directory hides another which is installed.
Set timestamp of ``.egg-info`` directory whenever ``egg_info`` command is run.
``build_meta.get_requires_for_build_sdist`` now does not include the ``wheel`` package anymore.
Remove internal use of six.binary_type.
Suppress warnings in pkg_resources.handle_ns.
[bumpversion]
current_version = 40.2.0
current_version = 40.3.0
commit = True
tag = True
......
......@@ -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"
......
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