Release 4.8.0rc1 (#280) · python/typing_extensions@7e29499 (original) (raw)

2 files changed

lines changed

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1 -# Release 4.8.0 (???)
1 +# Release 4.8.0rc1 (September 7, 2023)
2 2
3 3 - Add `typing_extensions.Doc`, as proposed by PEP 727. Patch by
4 4 Sebastián Ramírez.
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
6 6 # Project metadata
7 7 [project]
8 8 name = "typing_extensions"
9 -version = "4.7.1"
9 +version = "4.8.0rc1"
10 10 description = "Backported and Experimental Type Hints for Python 3.8+"
11 11 readme = "README.md"
12 12 requires-python = ">=3.8"