Skip to content

Commit

Permalink
Prepare release 4.6.2 (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed May 25, 2023
1 parent 2912585 commit e84f909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# Release 4.6.2 (May 25, 2023)

- Fix use of `@deprecated` on classes with `__new__` but no `__init__`.
Patch by Jelle Zijlstra.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
# Project metadata
[project]
name = "typing_extensions"
version = "4.6.1"
version = "4.6.2"
description = "Backported and Experimental Type Hints for Python 3.7+"
readme = "README.md"
requires-python = ">=3.7"
Expand Down

1 comment on commit e84f909

@wuch-g2v
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible on next release add github release entry? https://github.com/python/typing_extensions/releases
I'm asking because only on make GH release are spread notifications about new release to those who have set watch->release

Please sign in to comment.