Skip to content

Commit b5f375a

Browse files
Prepare release 4.4.0 (#82)
1 parent 354b938 commit b5f375a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Release 4.4.0 ()
1+
# Release 4.4.0 (October 6, 2022)
22

33
- Add `typing_extensions.Any` a backport of python 3.11's Any class which is
44
subclassable at runtime. (backport from python/cpython#31841, by Shantanu

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.3.0"
9+
version = "4.4.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)