Skip to content

Commit

Permalink
Bump version: 74.1.0 → 74.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Sep 3, 2024
1 parent bf5d08c commit 7ee29bd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 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 = 74.1.0
current_version = 74.1.1
commit = True
tag = True

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

Bugfixes
--------

- Fixed TypeError in ``msvc.EnvironmentInfo.return_env`` when no runtime redistributables are installed. (#1902)


v74.1.0
=======

Expand Down
1 change: 0 additions & 1 deletion newsfragments/1902.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 = "74.1.0"
version = "74.1.1"
authors = [
{ name = "Python Packaging Authority", email = "[email protected]" },
]
Expand Down

0 comments on commit 7ee29bd

Please sign in to comment.