Skip to content

Commit

Permalink
Prep for 8.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddrysdale committed Aug 3, 2017
1 parent 8043d16 commit 61514ec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions python/HISTORY.md
@@ -1,3 +1,13 @@
What's new in 8.7.1
-------------------

Merge to
[upstream commit fb9aa53ecfa3](https://github.com/googlei18n/libphonenumber/commit/fb9aa53ecfa3);
relevant code changes:

- Documentation fix for `number_type`


What's new in 8.7.0
-------------------

Expand Down
2 changes: 1 addition & 1 deletion python/phonenumbers/__init__.py
Expand Up @@ -147,7 +147,7 @@

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

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

0 comments on commit 61514ec

Please sign in to comment.