Commit 6e8b1da1 authored by Jason R. Coombs's avatar Jason R. Coombs

Bump version: 41.4.0 → 41.5.0

parent 2d89c5d7
[bumpversion] [bumpversion]
current_version = 41.4.0 current_version = 41.5.0
commit = True commit = True
tag = True tag = True
......
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 v41.4.0
------- -------
......
Improve Visual C++ 14.X support, mainly for Visual Studio 2017 and 2019.
\ No newline at end of file
Fix ``pkg_resources.Requirement`` hash/equality implementation: take PEP 508 direct URL into account.
Fix tests when running under ``python3.10``.
Update documentation to mention the egg format is not supported by pip and dependency links support was dropped starting with pip 19.0.
Drop ez_setup documentation: deprecated for some time (last updated in 2016), and still relying on easy_install (deprecated too).
Drop most documentation references to (deprecated) EasyInstall.
Formally deprecated the ``test`` command, with the recommendation that users migrate to ``tox``.
Added a trove classifier to document support for Python 3.8.
Added Python 3.8 release to the Travis test matrix.
...@@ -19,7 +19,7 @@ universal = 1 ...@@ -19,7 +19,7 @@ universal = 1
[metadata] [metadata]
name = setuptools name = setuptools
version = 41.4.0 version = 41.5.0
description = Easily download, build, install, upgrade, and uninstall Python packages description = Easily download, build, install, upgrade, and uninstall Python packages
author = Python Packaging Authority author = Python Packaging Authority
author_email = distutils-sig@python.org author_email = distutils-sig@python.org
......
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