Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
secynic committed Dec 8, 2013
1 parent bd58df3 commit ca13612
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

0.5.2 (2013-12-07)
------------------

- Fixed special character issue in countries XML file (Issue #23).

0.5.1 (2013-12-03)
------------------

Expand Down
2 changes: 1 addition & 1 deletion ipwhois/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.

__version__ = '0.5.1'
__version__ = '0.5.2'

from .ipwhois import (IPWhois, IPDefinedError, ASNLookupError,
WhoisLookupError, HostLookupError)
10 changes: 5 additions & 5 deletions ipwhois/data/iso_3166-1_list_en.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ISO_3166-1_Alpha-2_Code_element>AF</ISO_3166-1_Alpha-2_Code_element>
</ISO_3166-1_Entry>
<ISO_3166-1_Entry>
<ISO_3166-1_Country_name>ÅLAND ISLANDS</ISO_3166-1_Country_name>
<ISO_3166-1_Country_name>ALAND ISLANDS</ISO_3166-1_Country_name>
<ISO_3166-1_Alpha-2_Code_element>AX</ISO_3166-1_Alpha-2_Code_element>
</ISO_3166-1_Entry>
<ISO_3166-1_Entry>
Expand Down Expand Up @@ -221,15 +221,15 @@
<ISO_3166-1_Alpha-2_Code_element>CR</ISO_3166-1_Alpha-2_Code_element>
</ISO_3166-1_Entry>
<ISO_3166-1_Entry>
<ISO_3166-1_Country_name>CÔTE D'IVOIRE</ISO_3166-1_Country_name>
<ISO_3166-1_Country_name>COTE D'IVOIRE</ISO_3166-1_Country_name>
<ISO_3166-1_Alpha-2_Code_element>CI</ISO_3166-1_Alpha-2_Code_element>
</ISO_3166-1_Entry>
<ISO_3166-1_Entry>
<ISO_3166-1_Country_name>CROATIA</ISO_3166-1_Country_name>
<ISO_3166-1_Alpha-2_Code_element>HR</ISO_3166-1_Alpha-2_Code_element>
</ISO_3166-1_Entry>
<ISO_3166-1_Entry>
<ISO_3166-1_Country_name>CURAÇAO</ISO_3166-1_Country_name>
<ISO_3166-1_Country_name>CURACAO</ISO_3166-1_Country_name>
<ISO_3166-1_Alpha-2_Code_element>CW</ISO_3166-1_Alpha-2_Code_element>
</ISO_3166-1_Entry>
<ISO_3166-1_Entry>
Expand Down Expand Up @@ -725,7 +725,7 @@
<ISO_3166-1_Alpha-2_Code_element>QA</ISO_3166-1_Alpha-2_Code_element>
</ISO_3166-1_Entry>
<ISO_3166-1_Entry>
<ISO_3166-1_Country_name>RÉUNION</ISO_3166-1_Country_name>
<ISO_3166-1_Country_name>REUNION</ISO_3166-1_Country_name>
<ISO_3166-1_Alpha-2_Code_element>RE</ISO_3166-1_Alpha-2_Code_element>
</ISO_3166-1_Entry>
<ISO_3166-1_Entry>
Expand All @@ -741,7 +741,7 @@
<ISO_3166-1_Alpha-2_Code_element>RW</ISO_3166-1_Alpha-2_Code_element>
</ISO_3166-1_Entry>
<ISO_3166-1_Entry>
<ISO_3166-1_Country_name>SAINT BARTHÉLEMY</ISO_3166-1_Country_name>
<ISO_3166-1_Country_name>SAINT BARTHELEMY</ISO_3166-1_Country_name>
<ISO_3166-1_Alpha-2_Code_element>BL</ISO_3166-1_Alpha-2_Code_element>
</ISO_3166-1_Entry>
<ISO_3166-1_Entry>
Expand Down

0 comments on commit ca13612

Please sign in to comment.