Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
Prepare for 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Aug 22, 2014
1 parent 4466b54 commit e26d534
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Change Log

## 1.3.x (2014-XX-XX)
## 1.3.2 (2014-08-22)

* The description for `org_by_name` incorrectly directed people to use
`name_by_addr` rather than `name_by_name`.
* Previously `GeoIP.country_names` was populated from `GeoIP_country_name` in
the libGeoIP C API. Some versions of the libGeoIP include non-ASCII
ISO-8859-1 characters in these names, causing encoding errors under Python
3. When installed under Python 3, this API now uses UTF-8 country names to
populate this dict. Reported and fixed by Sergey Farbotka. GitHub PR #15.

## 1.3.1 (2014-03-21)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name='GeoIP',
version='1.3.1',
version='1.3.2',
description='MaxMind GeoIP Legacy Database - Python API',
long_description=open('README.rst').read(),
author="MaxMind, Inc.",
Expand Down

0 comments on commit e26d534

Please sign in to comment.