Skip to content

Commit fe2f0c1

Browse files
committed
Prep for 8.13.0 release
1 parent 846d48c commit fe2f0c1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

python/HISTORY.md

+8
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ This file does not generally include descriptions of patch releases (vX.Y.Z
1212
changes. (Metadata updates are best checked
1313
[upstream](https://github.com/google/libphonenumber/blob/master/release_notes.txt).)
1414

15+
What's new in 8.13.0
16+
--------------------
17+
18+
Merge to [upstream commit
19+
185004cabd1bb4d3](https://github.com/google/libphonenumber/commit/185004cabd1bb4d3). Upstream has
20+
removed the `leading_zero_possible` field from the `PhoneMetadata` type as part of this version;
21+
however, this change is *not* mirrored in the Python code due to back-compatibility concerns.
22+
1523
What's new in 8.12.40
1624
---------------------
1725

python/phonenumbers/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146

147147
# Version number is taken from the upstream libphonenumber version
148148
# together with an indication of the version of the Python-specific code.
149-
__version__ = "8.12.57"
149+
__version__ = "8.13.0"
150150

151151
__all__ = ['PhoneNumber', 'CountryCodeSource', 'FrozenPhoneNumber',
152152
'REGION_CODE_FOR_NON_GEO_ENTITY', 'NumberFormat', 'PhoneNumberDesc', 'PhoneMetadata',

0 commit comments

Comments
 (0)