Skip to content

Commit

Permalink
Prepare a PyPI release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 610786166
  • Loading branch information
rchen152 committed Feb 27, 2024
1 parent 8eee9da commit be4def9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Version 2024.02.27:

Updates:
* Add support for pragmas to pytype.
* Implement the cache-return pragma.

Bug fixes:
* Track the set of case lines we have encountered, not just the number of them.
* Fix interaction between Self and overload.
* Typo fix in cover_from_cmp.
* Add __match_args__ to dataclasses.
* Add missing __reduce__ method to builtins.object.
* Fix a bug in how we resolve aliases in pyi files.
* Don't crash when using a method as a fiddle config type constructor.

Version 2024.02.13:

Bug fixes:
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__ = '2024.02.13'
__version__ = '2024.02.27'

0 comments on commit be4def9

Please sign in to comment.