Skip to content

Commit a507305

Browse files
committed
Prep for 6.0 release
1 parent b0260f4 commit a507305

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 6.0
4+
==================
5+
6+
Merged to upstream Subversion revision 650.
7+
Removed beta status.
8+
9+
210
=====================
311
What's new in 5.9b1
412
=====================

python/phonenumbers/__init__.py

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

133133
# Version number is taken from the upstream libphonenumber version
134134
# together with an indication of the version of the Python-specific code.
135-
__version__ = "5.9.2"
135+
__version__ = "6.0.0"
136136

137137
__all__ = ['PhoneNumber', 'CountryCodeSource', 'FrozenPhoneNumber',
138138
'REGION_CODE_FOR_NON_GEO_ENTITY', 'NumberFormat', 'PhoneNumberDesc', 'PhoneMetadata',

0 commit comments

Comments
 (0)