Skip to content

Commit 41b7bdf

Browse files
Prepare release 23.2.0 (#56)
1 parent d00b34b commit 41b7bdf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Known limitations:
9999

100100
# Changelog
101101

102-
## Unreleased
102+
## 23.2.0 (February 3, 2023)
103103

104104
- Add `--guess-common-names` (contributed by John Litborn)
105105
- Fix the `--safe` and `--aggressive` flags so they don't take

setup.py

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

44
setup(
55
name="autotyping",
6-
version="22.9.0",
6+
version="23.2.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",
@@ -25,6 +25,8 @@
2525
"Programming Language :: Python :: 3.7",
2626
"Programming Language :: Python :: 3.8",
2727
"Programming Language :: Python :: 3.9",
28+
"Programming Language :: Python :: 3.10",
29+
"Programming Language :: Python :: 3.11",
2830
"Topic :: Software Development",
2931
],
3032
python_requires=">=3.7",

0 commit comments

Comments
 (0)