Skip to content

Commit

Permalink
Prep for 7.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddrysdale committed Nov 13, 2015
1 parent 4c45568 commit 4403dec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions 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
====================
Expand Down
2 changes: 1 addition & 1 deletion python/phonenumbers/__init__.py
Expand Up @@ -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',
Expand Down

0 comments on commit 4403dec

Please sign in to comment.