Skip to content

Commit 317ad2c

Browse files
committed
Bump version: 56.1.0 → 56.2.0
1 parent 4c46ae7 commit 317ad2c

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 56.1.0
2+
current_version = 56.2.0
33
commit = True
44
tag = True
55

CHANGES.rst

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
v56.2.0
2+
-------
3+
4+
5+
Changes
6+
^^^^^^^
7+
* #2640: Fixed handling of multiline license strings. - by :user:`cdce8p`
8+
* #2641: Setuptools will now always try to use the latest supported
9+
metadata version for ``PKG-INFO``. - by :user:`cdce8p`
10+
11+
112
v56.1.0
213
-------
314

changelog.d/2640.change.rst

-1
This file was deleted.

changelog.d/2641.change.rst

-2
This file was deleted.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
license_files =
33
LICENSE
44
name = setuptools
5-
version = 56.1.0
5+
version = 56.2.0
66
author = Python Packaging Authority
77
author_email = [email protected]
88
description = Easily download, build, install, upgrade, and uninstall Python packages

0 commit comments

Comments
 (0)