Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f6157e6

Browse files
Prepare release 24.3.0 (#72)
1 parent adee256 commit f6157e6

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "autotyping"
3-
version = "23.3.0"
3+
version = "24.3.0"
44
description = "A tool for autoadding simple type annotations."
55
readme = "README.md"
66
requires-python = ">=3.8"

0 commit comments

Comments
 (0)