Skip to content

Commit 4403dec

Browse files
committed
Prep for 7.2.1 release
1 parent 4c45568 commit 4403dec

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

python/HISTORY

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

2+
====================
3+
What's new in 7.2.0
4+
====================
5+
6+
Merge to upstream commit ab5e61acc087ec9f5, which is 7.2.1 (7.2.0 had an immediate
7+
problem on release); upstream changelog mentions no code changes, but the Java
8+
implementation includes a change to use nano protobufs.
9+
10+
211
====================
312
What's new in 7.1.0
413
====================

python/phonenumbers/__init__.py

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

135135
# Version number is taken from the upstream libphonenumber version
136136
# together with an indication of the version of the Python-specific code.
137-
__version__ = "7.1.1"
137+
__version__ = "7.2.1"
138138

139139
__all__ = ['PhoneNumber', 'CountryCodeSource', 'FrozenPhoneNumber',
140140
'REGION_CODE_FOR_NON_GEO_ENTITY', 'NumberFormat', 'PhoneNumberDesc', 'PhoneMetadata',

0 commit comments

Comments
 (0)