Skip to content

Commit

Permalink
Bump version: 62.3.4 → 62.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Jun 13, 2022
1 parent ddf7b95 commit 78cb747
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 62.3.4
current_version = 62.4.0
commit = True
tag = True

Expand Down
33 changes: 33 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
v62.4.0
-------


Changes
^^^^^^^
* #3256: Added setuptools.command.build command to match distutils.command.build -- by :user:`isuruf`
* #3366: Merge with pypa/distutils@75ed79d including reformat using black, fix for Cygwin support (pypa/distutils#139), and improved support for cross compiling (pypa/distutils#144 and pypa/distutils#145).

Documentation changes
^^^^^^^^^^^^^^^^^^^^^
* #3355: Changes to the User Guide's Entry Points page -- by :user:`codeandfire`
* #3361: Further minor corrections to the Entry Points page -- by :user:`codeandfire`
* #3363: Rework some documentation pages to de-emphasize ``distutils`` and the history
of packaging in the Python ecosystem. The focus of these changes is to make the
documentation easier to read for new users.
* #3364: Update documentation about dependency management, removing mention to
the deprecated ``dependency_links`` and adding some small improvements.
* #3367: Extracted text about automatic resource extraction and the zip-safe flag
from ``userguide/miscellaneous`` to ``deprecated/resource_extraction`` and
``deprecated/zip_safe``.

Extracted text about additional metadata files from
``userguide/miscellaneous`` into the existing ``userguide/extension``
document.

Updated ``userguide/extension`` to better reflect the status of the
setuptools project.

Removed ``userguide/functionalities_rewrite`` (a virtually empty part of the
docs).


v62.3.4
-------

Expand Down
1 change: 0 additions & 1 deletion changelog.d/3256.change.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3355.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3361.doc.rst

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/3363.doc.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/3364.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3366.change.rst

This file was deleted.

13 changes: 0 additions & 13 deletions changelog.d/3367.doc.rst

This file was deleted.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = setuptools
version = 62.3.4
version = 62.4.0
author = Python Packaging Authority
author_email = [email protected]
description = Easily download, build, install, upgrade, and uninstall Python packages
Expand Down

0 comments on commit 78cb747

Please sign in to comment.