Skip to content

Commit f7e9e5d

Browse files
Prepare release 0.9.0 (#591)
1 parent 0539e80 commit f7e9e5d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/changelog.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog
22

3-
## Unreleased
3+
## Version 0.9.0 (January 16, 2023)
44

5+
Release highlights:
6+
- Support for PEP 702 (`@typing.deprecated`) (#578)
7+
- Add experimental `@has_extra_keys` decorator for `TypedDict` types
8+
- Support more Python 3.11 features (`except*` and `get_overloads`)
9+
10+
Full changelog:
511
- Support `typing_extensions.get_overloads` and `typing.get_overloads` (#589)
612
- Support `in` on objects with only `__iter__` (#588)
713
- Do not call `.mro()` method on non-types (#587)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup
33

44

5-
version = "0.8.0"
5+
version = "0.9.0"
66
package_data = ["test.toml", "stubs/*/*.pyi"]
77

88

0 commit comments

Comments
 (0)