Skip to content

Commit

Permalink
Prep for 9.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddrysdale committed Mar 4, 2025
1 parent d542ec2 commit c46f104
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions python/HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ This file does not generally include descriptions of patch releases (vX.Y.Z
changes. (Metadata updates are best checked
[upstream](https://github.com/google/libphonenumber/blob/master/release_notes.txt).)

What's new in 9.0.0
--------------------

Merge to upstream version 9.0.0. This is a major version change in the upstream code due to an update in the required
Java version; however, the Python version only has metadata changes.

What's new in 8.13.8
--------------------

Expand Down
2 changes: 1 addition & 1 deletion python/phonenumbers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@

# Version number is taken from the upstream libphonenumber version
# together with an indication of the version of the Python-specific code.
__version__ = "8.13.55"
__version__ = "9.0.0"

__all__ = ['PhoneNumber', 'CountryCodeSource', 'FrozenPhoneNumber',
'REGION_CODE_FOR_NON_GEO_ENTITY', 'NumberFormat', 'PhoneNumberDesc', 'PhoneMetadata',
Expand Down

0 comments on commit c46f104

Please sign in to comment.