File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- # Unreleased
1
+ # Release 4.3.0 (July 1, 2022)
2
2
3
3
- Add ` typing_extensions.NamedTuple ` , allowing for generic ` NamedTuple ` s on
4
4
Python <3.11 (backport from python/cpython #92027 , by Serhiy Storchaka). Patch
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ backwards-incompatible changes.
35
35
36
36
- Make sure your environment is up to date
37
37
38
- - ` git checkout master `
38
+ - ` git checkout main `
39
39
- ` git pull `
40
40
- ` python -m pip install --upgrade build twine `
41
41
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
6
6
# Project metadata
7
7
[project ]
8
8
name = " typing_extensions"
9
- version = " 4.2 .0"
9
+ version = " 4.3 .0"
10
10
description = " Backported and Experimental Type Hints for Python 3.7+"
11
11
readme = " README.md"
12
12
requires-python = " >=3.7"
You can’t perform that action at this time.
0 commit comments