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

Bump version: 45.1.0 → 45.2.0

parent 757deb1a
[bumpversion]
current_version = 45.1.0
current_version = 45.2.0
commit = True
tag = True
......
v45.2.0
-------
* #1905: Fixed defect in _imp, introduced in 41.6.0 when the 'tests' directory is not present.
* #1941: Improve editable installs with PEP 518 build isolation:
* The ``--user`` option is now always available. A warning is issued if the user site directory is not available.
* The error shown when the install directory is not in ``PYTHONPATH`` has been turned into a warning.
* #1981: Setuptools now declares its ``tests`` and ``docs`` dependencies in metadata (extras).
* #1985: Add support for installing scripts in environments where bdist_wininst is missing (i.e. Python 3.9).
* #1968: Add flake8-2020 to check for misuse of sys.version or sys.version_info.
v45.1.0
-------
......
Fixed defect in _imp, introduced in 41.6.0 when the 'tests' directory is not present.
Improve editable installs with PEP 518 build isolation:
* The ``--user`` option is now always available. A warning is issued if the user site directory is not available.
* The error shown when the install directory is not in ``PYTHONPATH`` has been turned into a warning.
Add flake8-2020 to check for misuse of sys.version or sys.version_info.
Setuptools now declares its ``tests`` and ``docs`` dependencies in metadata (extras).
Add support for installing scripts in environments where bdist_wininst is missing (i.e. Python 3.9).
......@@ -16,7 +16,7 @@ formats = zip
[metadata]
name = setuptools
version = 45.1.0
version = 45.2.0
description = Easily download, build, install, upgrade, and uninstall Python packages
author = Python Packaging Authority
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