We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d52670a commit f65b5eeCopy full SHA for f65b5ee
README.md
@@ -99,6 +99,11 @@ Known limitations:
99
100
# Changelog
101
102
+## 23.3.0 (March 3, 2023)
103
+
104
+- Fix crash on certain argument names like `iterables` (contributed by
105
+ Marco Gorelli)
106
107
## 23.2.0 (February 3, 2023)
108
109
- Add `--guess-common-names` (contributed by John Litborn)
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name="autotyping",
6
- version="23.2.0",
+ version="23.3.0",
7
description="A tool for autoadding simple type annotations.",
8
long_description=Path("README.md").read_text(),
9
long_description_content_type="text/markdown",
0 commit comments