From 4403dec0184f39768f338afe20715f736dda9d58 Mon Sep 17 00:00:00 2001 From: David Drysdale Date: Fri, 13 Nov 2015 10:08:44 +0000 Subject: [PATCH] Prep for 7.2.1 release --- python/HISTORY | 9 +++++++++ python/phonenumbers/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/python/HISTORY b/python/HISTORY index a673a3911..1f328db7a 100644 --- a/python/HISTORY +++ b/python/HISTORY @@ -1,4 +1,13 @@ +==================== + What's new in 7.2.0 +==================== + +Merge to upstream commit ab5e61acc087ec9f5, which is 7.2.1 (7.2.0 had an immediate +problem on release); upstream changelog mentions no code changes, but the Java +implementation includes a change to use nano protobufs. + + ==================== What's new in 7.1.0 ==================== diff --git a/python/phonenumbers/__init__.py b/python/phonenumbers/__init__.py index 384cfa173..d03a6dbd3 100644 --- a/python/phonenumbers/__init__.py +++ b/python/phonenumbers/__init__.py @@ -134,7 +134,7 @@ # Version number is taken from the upstream libphonenumber version # together with an indication of the version of the Python-specific code. -__version__ = "7.1.1" +__version__ = "7.2.1" __all__ = ['PhoneNumber', 'CountryCodeSource', 'FrozenPhoneNumber', 'REGION_CODE_FOR_NON_GEO_ENTITY', 'NumberFormat', 'PhoneNumberDesc', 'PhoneMetadata',