Skip to content

Commit 07e96b1

Browse files
committed
Bump version: 76.0.0 → 76.1.0
1 parent 3018692 commit 07e96b1

6 files changed

+18
-5
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 76.0.0
2+
current_version = 76.1.0
33
commit = True
44
tag = True
55

NEWS.rst

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
v76.1.0
2+
=======
3+
4+
Features
5+
--------
6+
7+
- In setuptools.msvc.EnvironmentInfo, now honor the correct paths when on an ARM host. (#4786)
8+
9+
10+
Bugfixes
11+
--------
12+
13+
- Restored implicit distutils.ccompiler import for g-ir-scanner. (#4871)
14+
- Restore ``distutils.ccompiler.compiler_class`` -- by :user:`Avasam` (#4876)
15+
16+
117
v75.3.2
218
=======
319

newsfragments/4786.feature.rst

-1
This file was deleted.

newsfragments/4871.bugfix.rst

-1
This file was deleted.

newsfragments/4876.bugfix.rst

-1
This file was deleted.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ backend-path = ["."]
55

66
[project]
77
name = "setuptools"
8-
version = "76.0.0"
8+
version = "76.1.0"
99
authors = [
1010
{ name = "Python Packaging Authority", email = "[email protected]" },
1111
]

0 commit comments

Comments
 (0)