Skip to content

Commit

Permalink
Bump version: 75.0.0 → 75.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Sep 16, 2024
1 parent 37c3d27 commit 3106af0
Show file tree
Hide file tree
Showing 5 changed files with 17 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.0.0
current_version = 75.1.0
commit = True
tag = True

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

Features
--------

- Deprecated ``bdist_wheel.universal`` configuration. (#4617)


Bugfixes
--------

- Removed reference to upload_docs module in entry points. (#4650)


v75.0.0
=======

Expand Down
1 change: 0 additions & 1 deletion newsfragments/4617.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/4650.bugfix.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.0.0"
version = "75.1.0"
authors = [
{ name = "Python Packaging Authority", email = "distutils-sig@python.org" },
]
Expand Down

0 comments on commit 3106af0

Please sign in to comment.