Skip to content

Commit 0921b03

Browse files
committed
Bump version: 77.0.1 → 77.0.2
1 parent 99bede7 commit 0921b03

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 77.0.1
2+
current_version = 77.0.2
33
commit = True
44
tag = True
55

NEWS.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v77.0.2
2+
=======
3+
4+
Bugfixes
5+
--------
6+
7+
- Restore `distutils.ccompiler._default_compilers` -- by :user:`ManiacDC` (#4876)
8+
- Fixed copy pasta in msvc.shared_lib_format. (#4885)
9+
10+
111
v77.1.1
212
=======
313

newsfragments/4876.bugfix.2.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/4885.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ backend-path = ["."]
55

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

0 commit comments

Comments
 (0)