Skip to content

Commit 2be1e06

Browse files
committed
Prep for 8.7.0 release
1 parent 25db8eb commit 2be1e06

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

python/HISTORY.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
What's new in 8.7.0
2+
-------------------
3+
4+
Merge to
5+
[upstream commit 1ad92eb35a44](https://github.com/googlei18n/libphonenumber/commit/1ad92eb35a44);
6+
relevant code changes:
7+
8+
9+
- New method `supported_calling_codes()` API to return all the calling codes
10+
that the library considers valid, both for geographical and non-geographical
11+
entities.
12+
- Added `is_sms_service_for_region(numobj, region_dialing_from)` API in
13+
short number info library. An SMS service is where the primary or only
14+
intended usage is to receive and/or send text messages (SMSs). This includes
15+
MMS as MMS numbers downgrade to SMS if the other party isn't MMS-capable. The
16+
`is_sms_service` metadata is also serialized for the first time.
17+
- Documentation update for private variables `_VALID_PUNCTUATION` and
18+
`_SINGLE_INTERNATIONAL_PREFIX`, also renaming the latter from
19+
`_UNIQUE_INTERNATIONAL_PREFIX`.
20+
21+
122
What's new in 8.6.0
223
-------------------
324

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.6.0"
150+
__version__ = "8.7.0"
151151

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

0 commit comments

Comments
 (0)