Skip to content

Commit 94bec44

Browse files
Prepare release 4.11.0rc1 (#362)
1 parent 10648b6 commit 94bec44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Unreleased
1+
# Release 4.11.0rc1 (March 24, 2024)
22

3-
- Fix tests on 3.13.0a5. Patch by Jelle Zijlstra.
3+
- Fix tests on Python 3.13.0a5. Patch by Jelle Zijlstra.
44
- Fix the runtime behavior of type parameters with defaults (PEP 696).
55
Patch by Nadir Chowdhury.
66
- Fix minor discrepancy between error messages produced by `typing`

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
66
# Project metadata
77
[project]
88
name = "typing_extensions"
9-
version = "4.10.0"
9+
version = "4.11.0rc1"
1010
description = "Backported and Experimental Type Hints for Python 3.8+"
1111
readme = "README.md"
1212
requires-python = ">=3.8"

0 commit comments

Comments
 (0)