Skip to content

Commit

Permalink
Prepare a PyPI release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 588834525
rchen152 committed Dec 7, 2023
1 parent 5087531 commit 1dfaf59
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Version 2023.12.07:

Updates:
* 3.11: support ExceptionGroup.
* Update typeshed pin to commit 0b36e65 from Nov 29.
* Add a flag, --none-is-not-bool, to disable treatment of None as a bool.

Bug fixes:
* Remove extraneous quotes around part of error message.
* Fix pattern matching with `case None` branches.
* Support @override for methods anywhere in the MRO.

Version 2023.11.29:

Updates:
2 changes: 1 addition & 1 deletion pytype/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# pylint: skip-file
__version__ = '2023.11.29'
__version__ = '2023.12.07'

0 comments on commit 1dfaf59

Please sign in to comment.