Skip to content

Commit fc2abfa

Browse files
committed
Prep for 5.5 release
1 parent 567bf35 commit fc2abfa

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

python/HISTORY

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

2+
=====================
3+
What's new in 5.5b1
4+
=====================
5+
6+
Merge up to upstream Subversion revision 574.
7+
8+
29
=====================
310
What's new in 5.4b1
411
=====================

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.4b1"
226+
__version__ = "5.5b1"
227227

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

0 commit comments

Comments
 (0)