Bump version: 40.4.3 → 40.5.0

This commit is contained in:
Jason R. Coombs 2018-10-26 11:41:29 -04:00
parent ee5ceb12f8
commit 8cdb68448e
8 changed files with 12 additions and 7 deletions

View File

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

View File

@ -1 +0,0 @@
In ``pkg_resources.normalize_path``, fix issue on Cygwin when cwd contains symlinks.

View File

@ -1 +0,0 @@
Deprecated support for downloads from Subversion in package_index/easy_install.

View File

@ -1 +0,0 @@
Dropped use of six.u in favor of `u""` literals.

View File

@ -1 +0,0 @@
Added support for ``data_files`` in ``setup.cfg``.

View File

@ -1 +0,0 @@
Fixed rendering of the deprecation warning in easy_install doc.

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 40.4.3
current_version = 40.5.0
commit = True
tag = True

View File

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