Skip to content

Commit

Permalink
Prepare release 4.11.0rc1 (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Mar 24, 2024
1 parent 10648b6 commit 94bec44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,6 +1,6 @@
# Unreleased
# Release 4.11.0rc1 (March 24, 2024)

- Fix tests on 3.13.0a5. Patch by Jelle Zijlstra.
- Fix tests on Python 3.13.0a5. Patch by Jelle Zijlstra.
- Fix the runtime behavior of type parameters with defaults (PEP 696).
Patch by Nadir Chowdhury.
- Fix minor discrepancy between error messages produced by `typing`
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
# Project metadata
[project]
name = "typing_extensions"
version = "4.10.0"
version = "4.11.0rc1"
description = "Backported and Experimental Type Hints for Python 3.8+"
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit 94bec44

Please sign in to comment.