Skip to content

Commit 4bce6d5

Browse files
committed
Bump version: 58.2.0 → 58.3.0
1 parent 391bb5d commit 4bce6d5

File tree

8 files changed

+21
-10
lines changed

8 files changed

+21
-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 = 58.2.0
2+
current_version = 58.3.0
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
v58.3.0
2+
-------
3+
4+
5+
Changes
6+
^^^^^^^
7+
* #917: ``setup.py install`` and ``easy_install`` commands are now officially deprecated. Use other standards-based installers (like pip) and builders (like build). Workloads reliant on this behavior should pin to this major version of Setuptools.
8+
* #1988: Deprecated the ``bdist_rpm`` command. Binary packages should be built as wheels instead.
9+
-- by :user:`hugovk`
10+
* #2785: Replace confirparser's readfp with read_file, deprecated since Python 3.2.
11+
-- by :user:`hugovk`
12+
* #2823: Officially deprecated support for ``setup_requires``. Users are encouraged instead to migrate to PEP 518 ``build-system.requires`` in ``pyproject.toml``. Users reliant on ``setup_requires`` should consider pinning to this major version to avoid disruption.
13+
14+
Misc
15+
^^^^
16+
* #2762: Changed codecov.yml to configure the threshold to be lower
17+
-- by :user:`tanvimoharir`
18+
19+
120
v58.2.0
221
-------
322

changelog.d/1988.change.rst

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

changelog.d/2762.misc.rst

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

changelog.d/2785.change.rst

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

changelog.d/2823.change.rst

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

changelog.d/917.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
@@ -1,6 +1,6 @@
11
[metadata]
22
name = setuptools
3-
version = 58.2.0
3+
version = 58.3.0
44
author = Python Packaging Authority
55
author_email = distutils-sig@python.org
66
description = Easily download, build, install, upgrade, and uninstall Python packages

0 commit comments

Comments
 (0)