Skip to content

Commit 61514ec

Browse files
committed
Prep for 8.7.1 release
1 parent 8043d16 commit 61514ec

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

python/HISTORY.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
What's new in 8.7.1
2+
-------------------
3+
4+
Merge to
5+
[upstream commit fb9aa53ecfa3](https://github.com/googlei18n/libphonenumber/commit/fb9aa53ecfa3);
6+
relevant code changes:
7+
8+
- Documentation fix for `number_type`
9+
10+
111
What's new in 8.7.0
212
-------------------
313

python/phonenumbers/__init__.py

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

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

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

0 commit comments

Comments
 (0)