Skip to content

Commit 0ffd5bd

Browse files
committed
Prep for 4.4 release, based on upstream r411
1 parent a3f1b52 commit 0ffd5bd

3 files changed

Lines changed: 10 additions & 3 deletions

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

python/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ phonenumbers Installation
1010
===========================
1111

1212
Install using setup.py:
13-
$ tar xfz phonenumbers-3.1a1.tar.gz
14-
$ cd phonenumbers-3.1a1
13+
$ tar xfz phonenumbers-<version>.tar.gz
14+
$ cd phonenumbers-<version>
1515
$ python setup.py build
1616
$ sudo python setup.py install # or su first
1717

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.3b1"
77+
__version__ = "4.4b1"
7878

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

0 commit comments

Comments
 (0)