Skip to content

Commit

Permalink
Prepare release 23.2.0 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra authored Feb 3, 2023
1 parent d00b34b commit 41b7bdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Known limitations:

# Changelog

## Unreleased
## 23.2.0 (February 3, 2023)

- Add `--guess-common-names` (contributed by John Litborn)
- Fix the `--safe` and `--aggressive` flags so they don't take
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="autotyping",
version="22.9.0",
version="23.2.0",
description="A tool for autoadding simple type annotations.",
long_description=Path("README.md").read_text(),
long_description_content_type="text/markdown",
Expand All @@ -25,6 +25,8 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Software Development",
],
python_requires=">=3.7",
Expand Down

0 comments on commit 41b7bdf

Please sign in to comment.