Skip to content

Commit

Permalink
Prep for 8.10.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddrysdale committed Mar 22, 2019
1 parent 122f0f3 commit efa45e0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions python/HISTORY.md
Expand Up @@ -10,6 +10,19 @@ changes. (Metadata updates are best checked
[upstream](https://github.com/googlei18n/libphonenumber/blob/master/release_notes.txt).)


What's new in 8.10.8
---------------------

Merge to
[upstream commit aa1e7af6d637](https://github.com/googlei18n/libphonenumber/commit/aa1e7af6d637);
relevant code changes:
- Making the application of alternate formats when finding phone numbers in
text in strict-grouping and exact-match mode depend on the leading digits
for each rule. This was always assumed but never actually done. This means
that the false positive rate will decrease but also that more valid numbers
are skipped. A subsequent CL will update patterns to increase recall.


What's new in 8.10.3
---------------------

Expand Down
2 changes: 1 addition & 1 deletion python/phonenumbers/__init__.py
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.10.7"
__version__ = "8.10.8"

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

0 comments on commit efa45e0

Please sign in to comment.