File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,9 +106,13 @@ Known limitations:
106106
107107# Changelog
108108
109- ## Unreleased
109+ ## 24.3.0 (March 25, 2024)
110110
111- - Drop support for Python 3.7; add support for Python 3.12
111+ - Add simpler ways to invoke autotyping. Now, it is possible to simply use
112+ ` python3 -m autotyping ` to invoke the tool. (Thanks to Shantanu Jain.)
113+ - Drop support for Python 3.7; add support for Python 3.12. (Thanks to Hugo
114+ van Kemenade.)
115+ - Infer return types for some more magic methods. (Thanks to Dhruv Manilawala.)
112116
113117## 23.3.0 (March 3, 2023)
114118
Original file line number Diff line number Diff line change 11[project ]
22name = " autotyping"
3- version = " 23 .3.0"
3+ version = " 24 .3.0"
44description = " A tool for autoadding simple type annotations."
55readme = " README.md"
66requires-python = " >=3.8"
You can’t perform that action at this time.
0 commit comments