Skip to content

Commit

Permalink
Do another PyPI release to get out an Unpack fix that typeshed needs.
Browse files Browse the repository at this point in the history
For #1525.

PiperOrigin-RevId: 589185165
  • Loading branch information
rchen152 committed Dec 8, 2023
1 parent 4748e55 commit 4c2b05f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 2023.12.08:

Bug fixes:
* Fix a crash with nested pattern matches.
* Allow typing.Unpack to be parameterized.

Version 2023.12.07:

Updates:
Expand Down
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.12.07'
__version__ = '2023.12.08'

0 comments on commit 4c2b05f

Please sign in to comment.