Skip to content

Commit fa694fb

Browse files
committed
Add mypy version heading + add some additional sections
1 parent a54b640 commit fa694fb

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## Next Release
44

5+
## Mypy 1.20
6+
7+
We’ve just uploaded mypy 1.20.0 to the Python Package Index ([PyPI](https://pypi.org/project/mypy/)).
8+
Mypy is a static type checker for Python. This release includes new features, performance
9+
improvements and bug fixes. You can install it as follows:
10+
11+
python3 -m pip install -U mypy
12+
13+
You can read the full documentation for this release on [Read the Docs](http://mypy.readthedocs.io).
14+
515
### Planned Changes to Defaults and Flags in Mypy 2.0
616

717
As a reminder, we are planning to enable `--local-partial-types` by default in mypy 2.0, which
@@ -507,6 +517,10 @@ and (PR [20405](https://github.com/python/mypy/pull/20405)).
507517
- Write ignored lines to cache meta (Ivan Levkivskyi, PR [20747](https://github.com/python/mypy/pull/20747))
508518
- Serialize raw errors in cache metas (Ivan Levkivskyi, PR [20372](https://github.com/python/mypy/pull/20372))
509519

520+
### Typeshed updates
521+
522+
Please see [git log](https://github.com/python/typeshed/commits/main?after=f8f0794d0fe249c06dc9f31a004d85be6cca6ced+0&branch=main&path=stdlib) for full list of standard library typeshed stub changes.
523+
510524
## Mypy 1.19
511525

512526
We’ve just uploaded mypy 1.19.0 to the Python Package Index ([PyPI](https://pypi.org/project/mypy/)).

0 commit comments

Comments
 (0)