We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e65d4c commit dfd534cCopy full SHA for dfd534c
docs/changelog.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## Version 0.10.0 (May 10, 2023)
4
5
- Infer the signature for built-in static methods, such as `dict.fromkeys` (#619)
6
- Fix type inference for subscripting on `Sequence` (#618)
setup.py
@@ -2,7 +2,7 @@
from setuptools import setup
-version = "0.9.0"
+version = "0.10.0"
package_data = ["test.toml", "stubs/*/*.pyi"]
7
8
0 commit comments