Skip to content

Commit 8100dea

Browse files
committed
Prepare a PyPI release.
PiperOrigin-RevId: 623952684
1 parent a54d66a commit 8100dea

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
Version 2024.04.11:
2+
3+
Updates:
4+
* Change error message hint to suggest `X | None` rather than `Optional[X]`.
5+
6+
Bug fixes:
7+
* Take the 'maybe_missing_members' attribute into account when setting up enum
8+
classes.
9+
* Fix a bug in signature compatibility checking.
10+
* Teach main.py how to fix unescaped spaces in command-line arguments.
11+
* Fix return type of exit() and quit().
12+
* Update pytype_runner.py - change escape_ninja_path to escape all the ninja
13+
path escape-needing characters
14+
* Modify type annotations for coroutines as soon as they are created.
15+
* Fully promote __init_subclass__ to a classmethod.
16+
117
Version 2024.03.19:
218

319
Updates:

pytype/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# pylint: skip-file
2-
__version__ = '2024.03.19'
2+
__version__ = '2024.04.11'

0 commit comments

Comments
 (0)