Skip to content

Commit

Permalink
Bump version: 56.2.0 → 57.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed May 23, 2021
1 parent cc8d3b4 commit 2451dee
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 16 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 = 56.2.0
current_version = 57.0.0
commit = True
tag = True

Expand Down
28 changes: 28 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
v57.0.0
-------


Breaking Changes
^^^^^^^^^^^^^^^^
* #2645: License files excluded via the ``MANIFEST.in`` but matched by either
the ``license_file`` (deprecated) or ``license_files`` options,
will be nevertheless included in the source distribution. - by :user:`cdce8p`

Changes
^^^^^^^
* #2628: Write long description in message payload of PKG-INFO file. - by :user:`cdce8p`
* #2645: Added ``License-File`` (multiple) to the output package metadata.
The field will contain the path of a license file, matched by the
``license_file`` (deprecated) and ``license_files`` options,
relative to ``.dist-info``. - by :user:`cdce8p`
* #2678: Moved Setuptools' own entry points into declarative config.
* #2680: Vendored `more_itertools <https://pypi.org/project/more-itertools>`_ for Setuptools.
* #2681: Setuptools own setup.py no longer declares setup_requires, but instead expects wheel to be installed as declared by pyproject.toml.

Misc
^^^^
* #2650: Updated the docs build tooling to support the latest version of
Towncrier and show the previews of not-yet-released setuptools versions
in the changelog -- :user:`webknjaz`


v56.2.0
-------

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

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/2645.breaking.rst

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/2645.change.rst

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/2650.misc.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
license_files =
LICENSE
name = setuptools
version = 56.2.0
version = 57.0.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 2451dee

Please sign in to comment.