Skip to content

Commit 78d5e79

Browse files
committed
2.5.1
1 parent 64576ae commit 78d5e79

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.rst

+4
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ call ``resolver.get_fully_qualified_name('collections.Set')`` to retrieve the
8181
Changelog
8282
---------
8383

84+
Version 2.5.1 (February 25, 2024)
85+
86+
- Fix packaging metadata that still incorrectly declared support for Python 3.7
87+
8488
Version 2.5.0 (February 25, 2024)
8589

8690
- Update bundled typeshed

typeshed_client/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
)
2020
from .resolver import ImportedInfo, Resolver
2121

22-
__version__ = "2.5.0"
22+
__version__ = "2.5.1"
2323

2424

2525
__all__ = [

0 commit comments

Comments
 (0)