Skip to content

Commit dc1fd68

Browse files
committed
Prep for 8.3.3 release
1 parent 674b221 commit dc1fd68

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

python/HISTORY.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
What's new in 8.3.3
2+
-------------------
3+
4+
Merge to
5+
[upstream commit 46a38545ba01](https://github.com/googlei18n/libphonenumber/commit/46a38545ba01);
6+
relevant code changes:
7+
8+
- Doc fix for `geocoder.py` to explain the cases where an empty string might be returned.
9+
10+
11+
What's new in 8.3.2
12+
-------------------
13+
14+
Metadata changes only.
15+
16+
117
What's new in 8.3.1
218
-------------------
319

python/phonenumbers/__init__.py

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

140140
# Version number is taken from the upstream libphonenumber version
141141
# together with an indication of the version of the Python-specific code.
142-
__version__ = "8.3.2"
142+
__version__ = "8.3.3"
143143

144144
__all__ = ['PhoneNumber', 'CountryCodeSource', 'FrozenPhoneNumber',
145145
'REGION_CODE_FOR_NON_GEO_ENTITY', 'NumberFormat', 'PhoneNumberDesc', 'PhoneMetadata',

0 commit comments

Comments
 (0)