Skip to content

Commit 9c0759a

Browse files
Prepare release 4.3.0 (#52)
1 parent 1baf0a5 commit 9c0759a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# Release 4.3.0 (July 1, 2022)
22

33
- Add `typing_extensions.NamedTuple`, allowing for generic `NamedTuple`s on
44
Python <3.11 (backport from python/cpython#92027, by Serhiy Storchaka). Patch

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ backwards-incompatible changes.
3535

3636
- Make sure your environment is up to date
3737

38-
- `git checkout master`
38+
- `git checkout main`
3939
- `git pull`
4040
- `python -m pip install --upgrade build twine`
4141

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.2.0"
9+
version = "4.3.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)