Skip to content

Commit

Permalink
Bump version: 74.1.2 → 75.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Sep 15, 2024
1 parent 809a9a7 commit 1d3ffa7
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 5 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.2
current_version = 75.0.0
commit = True
tag = True

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

Features
--------

- Declare also the dependencies used by distutils (adds jaraco.collections).


Bugfixes
--------

- Fix cross-platform compilation using ``distutils._msvccompiler.MSVCCompiler`` -- by :user:`saschanaz` and :user:`Avasam` (#4648)


Deprecations and Removals
-------------------------

- Removed upload_docs command. (#2971)


v74.1.2
=======

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

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/2971.removal.rst

This file was deleted.

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

0 comments on commit 1d3ffa7

Please sign in to comment.