From 94bec447d6f7b9d3625ef0e688a0b0f9e487e951 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Sun, 24 Mar 2024 08:02:37 -0600 Subject: [PATCH] Prepare release 4.11.0rc1 (#362) --- CHANGELOG.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02f221d..52bf2ab 100644 --- a/CHANGELOG.md +++ b/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` diff --git a/pyproject.toml b/pyproject.toml index e0ef343..2ecfbd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"