Skip to content

Commit

Permalink
Prepare a PyPI release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 458265988
  • Loading branch information
rchen152 committed Jun 30, 2022
1 parent 6d0ee00 commit bcdbdb0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Version 2022.06.30:

Updates:
* Add the option to show kythe facts in the debug indexer.
* Add a command-line argument `pickle-metadata` to pass metadata to pytype to
store during serialization to a pickle file.

Bug fixes:
* Make slight improvements to --overriding-default-value-checks.
* Preserve comments when preprocessing source code.

Version 2022.06.23:

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__ = '2022.06.23'
__version__ = '2022.06.30'

0 comments on commit bcdbdb0

Please sign in to comment.