Skip to content

Commit 6d03cf7

Browse files
committed
Increment version to 3.9
1 parent f3ae798 commit 6d03cf7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

python/HISTORY

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
What's new in 3.9b1
44
=====================
55

6-
Merge up to upstream Subversion revision 348.
6+
Merge up to upstream Subversion revision 350.
77

88

99
=====================

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__ = "3.8b1"
77+
__version__ = "3.9b1"
7878

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

0 commit comments

Comments
 (0)