Skip to content

Commit

Permalink
Prepare release 23.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Mar 3, 2023
1 parent d52670a commit 716e28b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 716e28b

Please sign in to comment.