Commit 8cdb6844 authored by Jason R. Coombs's avatar Jason R. Coombs

Bump version: 40.4.3 → 40.5.0

parent ee5ceb12
v40.5.0
-------
* #1335: In ``pkg_resources.normalize_path``, fix issue on Cygwin when cwd contains symlinks.
* #1502: Deprecated support for downloads from Subversion in package_index/easy_install.
* #1517: Dropped use of six.u in favor of `u""` literals.
* #1520: Added support for ``data_files`` in ``setup.cfg``.
* #1525: Fixed rendering of the deprecation warning in easy_install doc.
v40.4.3
-------
......
In ``pkg_resources.normalize_path``, fix issue on Cygwin when cwd contains symlinks.
Deprecated support for downloads from Subversion in package_index/easy_install.
Dropped use of six.u in favor of `u""` literals.
Added support for ``data_files`` in ``setup.cfg``.
Fixed rendering of the deprecation warning in easy_install doc.
[bumpversion]
current_version = 40.4.3
current_version = 40.5.0
commit = True
tag = True
......
......@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
version="40.4.3",
version="40.5.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