Skip to content

Commit

Permalink
Bump version: 75.4.0 → 75.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Nov 13, 2024
1 parent 01b9f20 commit 5400015
Show file tree
Hide file tree
Showing 4 changed files with 12 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
10 changes: 10 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 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 5400015

Please sign in to comment.