Bump version: 41.4.0 → 41.5.0

This commit is contained in:
Jason R. Coombs 2019-10-27 18:42:56 -04:00
parent 2d89c5d7d0
commit 6e8b1da1fb
12 changed files with 16 additions and 11 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 41.4.0
current_version = 41.5.0
commit = True
tag = True

View File

@ -1,3 +1,17 @@
v41.5.0
-------
* #1811: Improve Visual C++ 14.X support, mainly for Visual Studio 2017 and 2019.
* #1814: Fix ``pkg_resources.Requirement`` hash/equality implementation: take PEP 508 direct URL into account.
* #1824: Fix tests when running under ``python3.10``.
* #1878: Formally deprecated the ``test`` command, with the recommendation that users migrate to ``tox``.
* #1860: Update documentation to mention the egg format is not supported by pip and dependency links support was dropped starting with pip 19.0.
* #1862: Drop ez_setup documentation: deprecated for some time (last updated in 2016), and still relying on easy_install (deprecated too).
* #1868: Drop most documentation references to (deprecated) EasyInstall.
* #1884: Added a trove classifier to document support for Python 3.8.
* #1886: Added Python 3.8 release to the Travis test matrix.
v41.4.0
-------

View File

@ -1 +0,0 @@
Improve Visual C++ 14.X support, mainly for Visual Studio 2017 and 2019.

View File

@ -1 +0,0 @@
Fix ``pkg_resources.Requirement`` hash/equality implementation: take PEP 508 direct URL into account.

View File

@ -1 +0,0 @@
Fix tests when running under ``python3.10``.

View File

@ -1 +0,0 @@
Update documentation to mention the egg format is not supported by pip and dependency links support was dropped starting with pip 19.0.

View File

@ -1 +0,0 @@
Drop ez_setup documentation: deprecated for some time (last updated in 2016), and still relying on easy_install (deprecated too).

View File

@ -1 +0,0 @@
Drop most documentation references to (deprecated) EasyInstall.

View File

@ -1 +0,0 @@
Formally deprecated the ``test`` command, with the recommendation that users migrate to ``tox``.

View File

@ -1 +0,0 @@
Added a trove classifier to document support for Python 3.8.

View File

@ -1 +0,0 @@
Added Python 3.8 release to the Travis test matrix.

View File

@ -19,7 +19,7 @@ universal = 1
[metadata]
name = setuptools
version = 41.4.0
version = 41.5.0
description = Easily download, build, install, upgrade, and uninstall Python packages
author = Python Packaging Authority
author_email = distutils-sig@python.org