Skip to content

Commit

Permalink
Prepare release 0.10.0 (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed May 10, 2023
1 parent 4e65d4c commit dfd534c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## Version 0.10.0 (May 10, 2023)

- Infer the signature for built-in static methods, such as `dict.fromkeys` (#619)
- Fix type inference for subscripting on `Sequence` (#618)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup


version = "0.9.0"
version = "0.10.0"
package_data = ["test.toml", "stubs/*/*.pyi"]


Expand Down

0 comments on commit dfd534c

Please sign in to comment.