Skip to content

Commit

Permalink
Merge pull request #1544 from google/google_sync
Browse files Browse the repository at this point in the history
Do another PyPI release to get out an Unpack fix that typeshed needs.
  • Loading branch information
rchen152 authored Dec 8, 2023
2 parents 4748e55 + 4c2b05f commit c1c440c
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 c1c440c

Please sign in to comment.