Skip to content

Commit 8dcd899

Browse files
Prepare release 4.5.0 (#116)
1 parent e81cb82 commit 8dcd899

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# Release 4.5.0 (February 14, 2023)
22

33
- Runtime support for PEP 702, adding `typing_extensions.deprecated`. Patch
44
by Jelle Zijlstra.
@@ -13,7 +13,7 @@
1313
# Release 4.4.0 (October 6, 2022)
1414

1515
- Add `typing_extensions.Any` a backport of python 3.11's Any class which is
16-
subclassable at runtime. (backport from python/cpython#31841, by Shantanu
16+
subclassable at runtime. (backport from python/cpython#31841, by Shantanu
1717
and Jelle Zijlstra). Patch by James Hilton-Balfe (@Gobot1234).
1818
- Add initial support for TypeVarLike `default` parameter, PEP 696.
1919
Patch by Marc Mueller (@cdce8p).

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.4.0"
9+
version = "4.5.0"
1010
description = "Backported and Experimental Type Hints for Python 3.7+"
1111
readme = "README.md"
1212
requires-python = ">=3.7"

0 commit comments

Comments
 (0)