Skip to content

Commit dfd534c

Browse files
Prepare release 0.10.0 (#621)
1 parent 4e65d4c commit dfd534c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/changelog.md

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

3-
## Unreleased
3+
## Version 0.10.0 (May 10, 2023)
44

55
- Infer the signature for built-in static methods, such as `dict.fromkeys` (#619)
66
- Fix type inference for subscripting on `Sequence` (#618)

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.9.0"
5+
version = "0.10.0"
66
package_data = ["test.toml", "stubs/*/*.pyi"]
77

88

0 commit comments

Comments
 (0)