Skip to content

Commit 173e1fa

Browse files
committed
Bump version: 62.4.0 → 62.5.0
1 parent 6968b31 commit 173e1fa

12 files changed

+37
-23
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 = 62.4.0
2+
current_version = 62.5.0
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
v62.5.0
2+
-------
3+
4+
5+
Changes
6+
^^^^^^^
7+
* #3347: Changed warnings and documentation notes about *experimental* aspect of ``pyproject.toml`` configuration:
8+
now ``[pyproject]`` is a fully supported configuration interface, but the ``[tool.setuptools]`` table
9+
and sub-tables are still considered to be in **beta** stage.
10+
* #3383: In _distutils_hack, suppress/undo the use of local distutils when select tests are imported in CPython.
11+
12+
Documentation changes
13+
^^^^^^^^^^^^^^^^^^^^^
14+
* #3368: Added documentation page about extension modules -- by :user:`mkoeppe`
15+
* #3371: Moved documentation from ``/userguide/commands`` to ``/depracted/commands``.
16+
This change was motived by the fact that running ``python setup.py`` directly is
17+
considered a deprecated practice.
18+
* #3372: Consolidated sections about ``sdist`` contents and ``MANIFEST.in`` into a single page.
19+
20+
Added a simple ``MANIFEST.in`` example.
21+
* #3373: Moved remarks about using :pypi:`Cython` to the newly created page for
22+
extension modules.
23+
* #3374: Added clarification that using ``python setup.py egg_info`` commands to
24+
manage project versions is only supported in a *transitional* basis, and
25+
that eventually ``egg_info`` will be deprecated.
26+
27+
Reorganized sections with tips for managing versions.
28+
* #3378: Updated ``Quickstart`` docs to make it easier to follow for beginners.
29+
30+
Misc
31+
^^^^
32+
* #3385: Modules used to parse and evaluate configuration from ``pyproject.toml`` files are
33+
intended for internal use only and that not part of the public API.
34+
35+
136
v62.4.0
237
-------
338

changelog.d/3347.change.rst

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

changelog.d/3368.doc.rst

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

changelog.d/3371.doc.rst

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

changelog.d/3372.doc.rst

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

changelog.d/3373.doc.rst

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

changelog.d/3374.doc.rst

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

changelog.d/3378.doc.rst

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

changelog.d/3383.change.rst

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

changelog.d/3385.misc.rst

Lines changed: 0 additions & 2 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 = 62.4.0
3+
version = 62.5.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)