Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release 24.3.0 #72

Merged
merged 1 commit into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading