Skip to content

Commit 72fbb86

Browse files
committed
Prep for 7.7.0 release
1 parent 41ad4b9 commit 72fbb86

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

python/HISTORY.md

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

2+
What's new in 7.7.0
3+
-------------------
4+
5+
Merge to
6+
[upstream commit 1ec4d341c3cd](https://github.com/googlei18n/libphonenumber/commit/1ec4d341c3cd);
7+
no code changes that affect the Python version so this is just a version bump to
8+
stay in sync with upstream.
9+
10+
211
What's new in 7.6.1
312
-------------------
413

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.6.1"
140+
__version__ = "7.7.0"
141141

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

0 commit comments

Comments
 (0)