Skip to content

Commit 1d330f9

Browse files
committed
Bump version: 55.0.0 → 56.0.0
1 parent fe10ebf commit 1d330f9

File tree

8 files changed

+30
-13
lines changed

8 files changed

+30
-13
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 = 55.0.0
2+
current_version = 56.0.0
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
v56.0.0
2+
-------
3+
4+
5+
Deprecations
6+
^^^^^^^^^^^^
7+
* #2620: The ``license_file`` option is now marked as deprecated.
8+
Use ``license_files`` instead. -- by :user:`cdce8p`
9+
10+
Breaking Changes
11+
^^^^^^^^^^^^^^^^
12+
* #2620: If neither ``license_file`` nor ``license_files`` is specified, the ``sdist``
13+
option will now auto-include files that match the following patterns:
14+
``LICEN[CS]E*``, ``COPYING*``, ``NOTICE*``, ``AUTHORS*``.
15+
This matches the behavior of ``bdist_wheel``. -- by :user:`cdce8p`
16+
17+
Changes
18+
^^^^^^^
19+
* #2620: The ``license_file`` and ``license_files`` options now support glob patterns. -- by :user:`cdce8p`
20+
* #2632: Implemented ``VendorImporter.find_spec()`` method to get rid
21+
of ``ImportWarning`` that Python 3.10 emits when only the old-style
22+
importer hooks are present -- by :user:`webknjaz`
23+
24+
Documentation changes
25+
^^^^^^^^^^^^^^^^^^^^^
26+
* #2620: Added documentation for the ``license_files`` option. -- by :user:`cdce8p`
27+
28+
129
v55.0.0
230
-------
331

changelog.d/2620.breaking.rst

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

changelog.d/2620.change.rst

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

changelog.d/2620.deprecation.rst

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

changelog.d/2620.doc.rst

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

changelog.d/2632.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
@@ -2,7 +2,7 @@
22
license_files =
33
LICENSE
44
name = setuptools
5-
version = 55.0.0
5+
version = 56.0.0
66
author = Python Packaging Authority
77
author_email = distutils-sig@python.org
88
description = Easily download, build, install, upgrade, and uninstall Python packages

0 commit comments

Comments
 (0)