Skip to content

Commit bb7b57d

Browse files
committed
Prep for 7.7.5 release
1 parent eb080ce commit bb7b57d

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

python/HISTORY.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11

2+
What's new in 7.7.5
3+
-------------------
4+
5+
Merge to
6+
[upstream commit e905483f87cf](https://github.com/googlei18n/libphonenumber/commit/e905483f87cf);
7+
relevant code changes:
8+
9+
- Removing all references to `possible_number_pattern` other than in the metadata
10+
itself.
11+
12+
13+
214
What's new in 7.7.4
315
-------------------
416

python/phonenumbers/__init__.py

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

138138
# Version number is taken from the upstream libphonenumber version
139139
# together with an indication of the version of the Python-specific code.
140-
__version__ = "7.7.4"
140+
__version__ = "7.7.5"
141141

142142
__all__ = ['PhoneNumber', 'CountryCodeSource', 'FrozenPhoneNumber',
143143
'REGION_CODE_FOR_NON_GEO_ENTITY', 'NumberFormat', 'PhoneNumberDesc', 'PhoneMetadata',

0 commit comments

Comments
 (0)