Skip to content

Commit 7570c8d

Browse files
committed
Prep for second 5.0 release
1 parent 08dd30f commit 7570c8d

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

python/HISTORY

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

2+
=====================
3+
What's new in 5.0b2
4+
=====================
5+
6+
Merge up to upstream Subversion revision 500.
7+
The upstream metadata at r489 didn't match the
8+
generated Java code in 5.0; this upstream revision
9+
fixed the mismatch.
10+
11+
212
=====================
313
What's new in 5.0b1
414
=====================

python/phonenumbers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120

121121
# Version number is taken from the upstream libphonenumber version
122122
# together with an indication of the version of the Python-specific code.
123-
__version__ = "5.0b1"
123+
__version__ = "5.0b2"
124124

125125
__all__ = ['PhoneNumber', 'CountryCodeSource', 'FrozenPhoneNumber',
126126
'REGION_CODE_FOR_NON_GEO_ENTITY', 'NumberFormat', 'PhoneNumberDesc', 'PhoneMetadata',

0 commit comments

Comments
 (0)