We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3cf11 commit bf73de0Copy full SHA for bf73de0
docs/changelog.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## Version 0.2.0 (June 26, 2025)
4
5
- Fix crash on class definition keyword args when the `no_implicit_any` error
6
is enabled.
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "pycroscope"
7
-version = "0.1.0"
+version = "0.2.0"
8
description = "A static analyzer for Python"
9
readme = {file = "README.md", content-type = "text/markdown"}
10
authors = [
0 commit comments