Skip to content

Commit

Permalink
Bump version: 55.0.0 → 56.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Apr 8, 2021
1 parent fe10ebf commit 1d330f9
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 55.0.0
current_version = 56.0.0
commit = True
tag = True

Expand Down
28 changes: 28 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,31 @@
v56.0.0
-------


Deprecations
^^^^^^^^^^^^
* #2620: The ``license_file`` option is now marked as deprecated.
Use ``license_files`` instead. -- by :user:`cdce8p`

Breaking Changes
^^^^^^^^^^^^^^^^
* #2620: If neither ``license_file`` nor ``license_files`` is specified, the ``sdist``
option will now auto-include files that match the following patterns:
``LICEN[CS]E*``, ``COPYING*``, ``NOTICE*``, ``AUTHORS*``.
This matches the behavior of ``bdist_wheel``. -- by :user:`cdce8p`

Changes
^^^^^^^
* #2620: The ``license_file`` and ``license_files`` options now support glob patterns. -- by :user:`cdce8p`
* #2632: Implemented ``VendorImporter.find_spec()`` method to get rid
of ``ImportWarning`` that Python 3.10 emits when only the old-style
importer hooks are present -- by :user:`webknjaz`

Documentation changes
^^^^^^^^^^^^^^^^^^^^^
* #2620: Added documentation for the ``license_files`` option. -- by :user:`cdce8p`


v55.0.0
-------

Expand Down
4 changes: 0 additions & 4 deletions changelog.d/2620.breaking.rst

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/2620.deprecation.rst

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/2632.change.rst

This file was deleted.

2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -2,7 +2,7 @@
license_files =
LICENSE
name = setuptools
version = 55.0.0
version = 56.0.0
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages
Expand Down

0 comments on commit 1d330f9

Please sign in to comment.