-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Release 1.2 planning #14916
Comments
A minor regression introduced with recent typeshed changes that trigger a bug: |
This hopefully fixes release blocking build issues in some configurations: |
Fix to another release blocker (already merged) that fixed wheel builds: |
I've now cut the release branch: https://github.com/python/mypy/tree/release-1.2 Fixes to bugs, documentation updates, and dataclass transform improvements can still be cherry-picked to the release branch. I expect the release to go out around April 4. I will be on vacation the next week, but I will follow this issue (but not every day). |
Another tiny dataclass_transform fix: #14958 |
This PR claims to have a fix: |
I cherry-picked these PRs:
#14975 needs some more work, but we can cherry-pick it if it is completed soon (or we can include it in a point release). I'd still like to include #14870. I'm working on finishing it. |
Also cherry-picked this final dataclass transform fix: |
Now that we have all essential fixes in, I'm planning to make the release tomorrow (Thu Apr 6). |
The release is now out: https://mypy-lang.blogspot.com/2023/04/mypy-12-released.html |
I'm planning to make a 1.2 release either around Mar 23 or April 4 (tentative timeline; I'm on vacation between the dates).
Please post here any issues you'd like to see fixed in the release, or PRs you'd like to have merged. I'll cut the release branch around Mar 21.
Here are a few things I'd like to have in the release:
The text was updated successfully, but these errors were encountered: