Skip to content

Commit 3ed72b7

Browse files
committed
Prep for 5.6 release
1 parent 3fe08a7 commit 3ed72b7

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

python/HISTORY

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

2+
=====================
3+
What's new in 5.6b1
4+
=====================
5+
6+
Merge up to upstream Subversion revision 579.
7+
8+
9+
210
=====================
311
What's new in 5.5b1
412
=====================

python/phonenumbers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def description_for_valid_number(*args, **kwargs):
223223

224224
# Version number is taken from the upstream libphonenumber version
225225
# together with an indication of the version of the Python-specific code.
226-
__version__ = "5.5b1"
226+
__version__ = "5.6b1"
227227

228228
__all__ = ['PhoneNumber', 'CountryCodeSource', 'FrozenPhoneNumber',
229229
'REGION_CODE_FOR_NON_GEO_ENTITY', 'NumberFormat', 'PhoneNumberDesc', 'PhoneMetadata',

0 commit comments

Comments
 (0)