Skip to content

Commit

Permalink
Prep for 7.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddrysdale committed Apr 8, 2016
1 parent 1e11b6b commit 858d41b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions python/HISTORY
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

====================
What's new in 7.2.0
====================

Merge to upstream commit d933631fbf15; code changes:
- Added support for region_code of None in example_number_for_type()
- Added invalid_example_number()
- Improvements to docstring for parse method
- Update is_number_geographical to return true for geographical mobile numbers.


====================
What's new in 7.2.0
====================
Expand Down
2 changes: 1 addition & 1 deletion python/phonenumbers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@

# Version number is taken from the upstream libphonenumber version
# together with an indication of the version of the Python-specific code.
__version__ = "7.2.8"
__version__ = "7.3.0"

__all__ = ['PhoneNumber', 'CountryCodeSource', 'FrozenPhoneNumber',
'REGION_CODE_FOR_NON_GEO_ENTITY', 'NumberFormat', 'PhoneNumberDesc', 'PhoneMetadata',
Expand Down

0 comments on commit 858d41b

Please sign in to comment.