Skip to content

Commit 81bc220

Browse files
committed
Prep for 5.0 release
1 parent 202978b commit 81bc220

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.0b1
4+
=====================
5+
6+
Merge up to upstream Subversion revision 492.
7+
8+
9+
210
=====================
311
What's new in 4.9b1
412
=====================

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__ = "4.9b1"
123+
__version__ = "5.0b1"
124124

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

0 commit comments

Comments
 (0)