File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 33
44setup (
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" ,
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" ,
You can’t perform that action at this time.
0 commit comments