Skip to content

Commit

Permalink
Prepare release 4.3.0 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Jul 1, 2022
1 parent 1baf0a5 commit 9c0759a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
# Unreleased
# Release 4.3.0 (July 1, 2022)

- Add `typing_extensions.NamedTuple`, allowing for generic `NamedTuple`s on
Python <3.11 (backport from python/cpython#92027, by Serhiy Storchaka). Patch
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -35,7 +35,7 @@ backwards-incompatible changes.

- Make sure your environment is up to date

- `git checkout master`
- `git checkout main`
- `git pull`
- `python -m pip install --upgrade build twine`

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
# Project metadata
[project]
name = "typing_extensions"
version = "4.2.0"
version = "4.3.0"
description = "Backported and Experimental Type Hints for Python 3.7+"
readme = "README.md"
requires-python = ">=3.7"
Expand Down

0 comments on commit 9c0759a

Please sign in to comment.