Skip to content

Commit 7c859e0

Browse files
committed
Bump version: 77.0.2 → 77.0.3
1 parent f9b0e50 commit 7c859e0

File tree

6 files changed

+18
-11
lines changed

6 files changed

+18
-11
lines changed

.bumpversion.cfg

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

NEWS.rst

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
v77.0.3
2+
=======
3+
4+
Bugfixes
5+
--------
6+
7+
- Temporarily convert error for license glob patterns containing ``../`` into a deprecation warning
8+
to allow an accomodation period. (#4896)
9+
- Better error messages for ``packaging.licenses`` import errors in environments with ``packaging<24.2``\.
10+
The import statement was also deferred to spare users that are not using
11+
license expressions. (#4898)
12+
- Avoided eagerly raising an exception when ``license-files`` is defined
13+
simultaneously inside and outside of ``pyproject.toml``.
14+
Instead we rely on the existing deprecation error. (#4899)
15+
16+
117
v77.0.2
218
=======
319

newsfragments/4896.bugfix.rst

-2
This file was deleted.

newsfragments/4898.bugfix.rst

-4
This file was deleted.

newsfragments/4899.bugfix.rst

-3
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 = "77.0.2"
8+
version = "77.0.3"
99
authors = [
1010
{ name = "Python Packaging Authority", email = "[email protected]" },
1111
]

0 commit comments

Comments
 (0)