Skip to content

Commit f65b5ee

Browse files
Prepare release 23.3.0 (#59)
1 parent d52670a commit f65b5ee

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ Known limitations:
9999

100100
# Changelog
101101

102+
## 23.3.0 (March 3, 2023)
103+
104+
- Fix crash on certain argument names like `iterables` (contributed by
105+
Marco Gorelli)
106+
102107
## 23.2.0 (February 3, 2023)
103108

104109
- Add `--guess-common-names` (contributed by John Litborn)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="autotyping",
6-
version="23.2.0",
6+
version="23.3.0",
77
description="A tool for autoadding simple type annotations.",
88
long_description=Path("README.md").read_text(),
99
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)