Skip to content

Commit efa45e0

Browse files
committed
Prep for 8.10.8 release
1 parent 122f0f3 commit efa45e0

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.8
14+
---------------------
15+
16+
Merge to
17+
[upstream commit aa1e7af6d637](https://github.com/googlei18n/libphonenumber/commit/aa1e7af6d637);
18+
relevant code changes:
19+
- Making the application of alternate formats when finding phone numbers in
20+
text in strict-grouping and exact-match mode depend on the leading digits
21+
for each rule. This was always assumed but never actually done. This means
22+
that the false positive rate will decrease but also that more valid numbers
23+
are skipped. A subsequent CL will update patterns to increase recall.
24+
25+
1326
What's new in 8.10.3
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.10.7"
149+
__version__ = "8.10.8"
150150

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

0 commit comments

Comments
 (0)