Skip to content

Commit bf2ced2

Browse files
committed
Bump version: 75.5.0 → 75.6.0
1 parent 8685c80 commit bf2ced2

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

.bumpversion.cfg

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

NEWS.rst

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
v75.6.0
2+
=======
3+
4+
Features
5+
--------
6+
7+
- Preserve original ``PKG-INFO`` into ``METADATA`` when creating wheel
8+
(instead of calling ``wheel.metadata.pkginfo_to_metadata``).
9+
This helps to be more compliant with the flow specified in PEP 517. (#4701)
10+
- Changed the ``WindowsSdkVersion``, ``FrameworkVersion32`` and ``FrameworkVersion64`` properties of ``setuptools.msvc.PlatformInfo`` to return an empty `tuple` instead of `None` as a fallthrough case -- by :user:`Avasam` (#4754)
11+
12+
113
v75.5.0
214
=======
315

newsfragments/4701.feature.rst

-3
This file was deleted.

newsfragments/4754.feature.rst

-1
This file was deleted.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ backend-path = ["."]
55

66
[project]
77
name = "setuptools"
8-
version = "75.5.0"
8+
version = "75.6.0"
99
authors = [
1010
{ name = "Python Packaging Authority", email = "[email protected]" },
1111
]

0 commit comments

Comments
 (0)