Skip to content

Commit c82f165

Browse files
committed
Prep for 8.10.0 release
1 parent 219d52c commit c82f165

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

python/HISTORY.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ changes. (Metadata updates are best checked
1010
[upstream](https://github.com/googlei18n/libphonenumber/blob/master/release_notes.txt).)
1111

1212

13+
What's new in 8.10.0
14+
---------------------
15+
16+
Merge to
17+
[upstream commit d62a8fb2b719](https://github.com/googlei18n/libphonenumber/commit/d62a8fb2b719);
18+
relevant code changes:
19+
- AsYouTypeFormatter changed to better choose between rules when dialling
20+
locally; previously we used the international rules when the national prefix
21+
was present since this would exclude the local-only rules. However, there are
22+
some numbers that are not internationally diallable that *do* use the
23+
national prefix, and this logic precluded formatting them correctly.
24+
25+
1326
What's new in 8.9.12
1427
--------------------
1528

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.9.16"
149+
__version__ = "8.10.0"
150150

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

0 commit comments

Comments
 (0)