Skip to content

Commit e96fab3

Browse files
committed
Prep for 4.2 release
1 parent 439565e commit e96fab3

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

python/phonenumbers/__init__.py

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

7575
# Version number is taken from the upstream libphonenumber version
7676
# together with an indication of the version of the Python-specific code.
77-
__version__ = "4.1b1"
77+
__version__ = "4.2b1"
7878

7979
# Data class definitions
8080
from phonenumber import PhoneNumber, CountryCodeSource, FrozenPhoneNumber

0 commit comments

Comments
 (0)