Skip to content

Commit 41a229b

Browse files
committed
Bump version: 58.1.0 → 58.2.0
1 parent 8519d4e commit 41a229b

File tree

6 files changed

+18
-7
lines changed

6 files changed

+18
-7
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.1.0
2+
current_version = 58.2.0
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
v58.2.0
2+
-------
3+
4+
5+
Changes
6+
^^^^^^^
7+
* #2757: Add windows arm64 launchers for scripts generated by easy_install.
8+
* #2800: Added ``--owner`` and ``--group`` options to the ``sdist`` command,
9+
for specifying file ownership within the produced tarball (similarly
10+
to the corresponding distutils ``sdist`` options).
11+
12+
Documentation changes
13+
^^^^^^^^^^^^^^^^^^^^^
14+
* #2792: Document how the legacy and non-legacy versions are compared, and reference to the `PEP 440 <https://www.python.org/dev/peps/pep-0440/>`_ scheme.
15+
16+
117
v58.1.0
218
-------
319

changelog.d/2757.change.rst

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

changelog.d/2792.doc.rst

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

changelog.d/2800.change.rst

Lines changed: 0 additions & 3 deletions
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.1.0
3+
version = 58.2.0
44
author = Python Packaging Authority
55
author_email = [email protected]
66
description = Easily download, build, install, upgrade, and uninstall Python packages

0 commit comments

Comments
 (0)