From 716e28b01ec879475183437832b74d1f87a5cc72 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Fri, 3 Mar 2023 10:57:24 -0800 Subject: [PATCH] Prepare release 23.3.0 --- README.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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",