Skip to content

Commit

Permalink
Prepare release 24.3.0 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra authored Mar 25, 2024
1 parent adee256 commit f6157e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,13 @@ Known limitations:

# Changelog

## Unreleased
## 24.3.0 (March 25, 2024)

- Drop support for Python 3.7; add support for Python 3.12
- Add simpler ways to invoke autotyping. Now, it is possible to simply use
`python3 -m autotyping` to invoke the tool. (Thanks to Shantanu Jain.)
- Drop support for Python 3.7; add support for Python 3.12. (Thanks to Hugo
van Kemenade.)
- Infer return types for some more magic methods. (Thanks to Dhruv Manilawala.)

## 23.3.0 (March 3, 2023)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "autotyping"
version = "23.3.0"
version = "24.3.0"
description = "A tool for autoadding simple type annotations."
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit f6157e6

Please sign in to comment.