Skip to content

Commit a5dec2f

Browse files
committed
Bump version: 45.1.0 → 45.2.0
1 parent 757deb1 commit a5dec2f

File tree

8 files changed

+15
-10
lines changed

8 files changed

+15
-10
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 45.1.0
2+
current_version = 45.2.0
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
v45.2.0
2+
-------
3+
4+
* #1905: Fixed defect in _imp, introduced in 41.6.0 when the 'tests' directory is not present.
5+
* #1941: Improve editable installs with PEP 518 build isolation:
6+
7+
* The ``--user`` option is now always available. A warning is issued if the user site directory is not available.
8+
* The error shown when the install directory is not in ``PYTHONPATH`` has been turned into a warning.
9+
* #1981: Setuptools now declares its ``tests`` and ``docs`` dependencies in metadata (extras).
10+
* #1985: Add support for installing scripts in environments where bdist_wininst is missing (i.e. Python 3.9).
11+
* #1968: Add flake8-2020 to check for misuse of sys.version or sys.version_info.
12+
13+
114
v45.1.0
215
-------
316

changelog.d/1905.change.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1941.change.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog.d/1968.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1981.change.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1985.change.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ formats = zip
1616

1717
[metadata]
1818
name = setuptools
19-
version = 45.1.0
19+
version = 45.2.0
2020
description = Easily download, build, install, upgrade, and uninstall Python packages
2121
author = Python Packaging Authority
2222
author_email = [email protected]

0 commit comments

Comments
 (0)