Skip to content

Commit

Permalink
Bump version: 75.5.0 → 75.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Nov 20, 2024
1 parent 8685c80 commit bf2ced2
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 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 = 75.5.0
current_version = 75.6.0
commit = True
tag = True

Expand Down
12 changes: 12 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
v75.6.0
=======

Features
--------

- Preserve original ``PKG-INFO`` into ``METADATA`` when creating wheel
(instead of calling ``wheel.metadata.pkginfo_to_metadata``).
This helps to be more compliant with the flow specified in PEP 517. (#4701)
- 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)


v75.5.0
=======

Expand Down
3 changes: 0 additions & 3 deletions newsfragments/4701.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/4754.feature.rst

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ backend-path = ["."]

[project]
name = "setuptools"
version = "75.5.0"
version = "75.6.0"
authors = [
{ name = "Python Packaging Authority", email = "[email protected]" },
]
Expand Down

0 comments on commit bf2ced2

Please sign in to comment.