Skip to content

Commit f5f6e54

Browse files
committed
Prepare a PyPI release.
PiperOrigin-RevId: 617222805
1 parent 1c96471 commit f5f6e54

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Version 2024.03.19:
2+
3+
Updates:
4+
* Add 'default' field to pytd.TypeParameter.
5+
6+
Bug fixes:
7+
* Raise an error when a non-class is passed to a class match case.
8+
19
Version 2024.03.11:
210

311
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.11'
2+
__version__ = '2024.03.19'

0 commit comments

Comments
 (0)