diff --git a/README.md b/README.md index 32590cd..5f2e75b 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,11 @@ Known limitations: # Changelog +## 23.3.0 (March 3, 2023) + +- Fix crash on certain argument names like `iterables` (contributed by + Marco Gorelli) + ## 23.2.0 (February 3, 2023) - Add `--guess-common-names` (contributed by John Litborn) diff --git a/setup.py b/setup.py index 3a221cf..b8ce8b6 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="autotyping", - version="23.2.0", + version="23.3.0", description="A tool for autoadding simple type annotations.", long_description=Path("README.md").read_text(), long_description_content_type="text/markdown",