Skip to content

Commit fb6dc76

Browse files
committed
Prepare for 4.7 release
1 parent ec1e323 commit fb6dc76

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 4.6b1
4+
=====================
5+
6+
Merge up to upstream Subversion revision 431.
7+
8+
29
=====================
310
What's new in 4.6b1
411
=====================

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.6b1"
123+
__version__ = "4.7b1"
124124

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

0 commit comments

Comments
 (0)