File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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=====================
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ phonenumbers Installation
1010===========================
1111
1212Install 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
Original file line number Diff line number Diff line change 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
8080from .phonenumber import PhoneNumber , CountryCodeSource , FrozenPhoneNumber
You can’t perform that action at this time.
0 commit comments