Skip to content

Commit c46f104

Browse files
committed
Prep for 9.0.0 release
1 parent d542ec2 commit c46f104

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

python/HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ This file does not generally include descriptions of patch releases (vX.Y.Z
1212
changes. (Metadata updates are best checked
1313
[upstream](https://github.com/google/libphonenumber/blob/master/release_notes.txt).)
1414

15+
What's new in 9.0.0
16+
--------------------
17+
18+
Merge to upstream version 9.0.0. This is a major version change in the upstream code due to an update in the required
19+
Java version; however, the Python version only has metadata changes.
20+
1521
What's new in 8.13.8
1622
--------------------
1723

python/phonenumbers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146

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

151151
__all__ = ['PhoneNumber', 'CountryCodeSource', 'FrozenPhoneNumber',
152152
'REGION_CODE_FOR_NON_GEO_ENTITY', 'NumberFormat', 'PhoneNumberDesc', 'PhoneMetadata',

0 commit comments

Comments
 (0)