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

Commit e26d534

Browse files
committed
Prepare for 1.3.2
1 parent 4466b54 commit e26d534

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

ChangeLog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Change Log
22

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

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

813
## 1.3.1 (2014-03-21)
914

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setup(
2424
name='GeoIP',
25-
version='1.3.1',
25+
version='1.3.2',
2626
description='MaxMind GeoIP Legacy Database - Python API',
2727
long_description=open('README.rst').read(),
2828
author="MaxMind, Inc.",

0 commit comments

Comments
 (0)