We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2a739 commit 7e29499Copy full SHA for 7e29499
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# Release 4.8.0 (???)
+# Release 4.8.0rc1 (September 7, 2023)
2
3
- Add `typing_extensions.Doc`, as proposed by PEP 727. Patch by
4
Sebastián Ramírez.
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
6
# Project metadata
7
[project]
8
name = "typing_extensions"
9
-version = "4.7.1"
+version = "4.8.0rc1"
10
description = "Backported and Experimental Type Hints for Python 3.8+"
11
readme = "README.md"
12
requires-python = ">=3.8"
0 commit comments