Skip to content

Commit

Permalink
Merge branch 'main' into ccache-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 authored Nov 13, 2024
2 parents 78940e3 + 5400015 commit 3ec27d6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 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.4.0
current_version = 75.5.0
commit = True
tag = True

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

Features
--------

- Removed support for ``SETUPTOOLS_DANGEROUSLY_SKIP_PYPROJECT_VALIDATION``, as it
is deemed prone to errors. (#4746)


v75.4.0
=======

Expand All @@ -11,6 +21,10 @@ Features
issues, as it may lead to improper functioning.
Users who enable this setting are responsible for ensuring that ``pyproject.toml``
complies with setuptools requirements. (#4611)

.. attention::
This environment variable was removed in a later version of ``setuptools``.

- Require Python 3.9 or later. (#4718)
- Remove dependency on ``importlib_resources``
and the vendored copy of the library.
Expand Down
2 changes: 0 additions & 2 deletions newsfragments/4746.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.4.0"
version = "75.5.0"
authors = [
{ name = "Python Packaging Authority", email = "distutils-sig@python.org" },
]
Expand Down

0 comments on commit 3ec27d6

Please sign in to comment.