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

Commit b6dac12

Browse files
committed
Updated change log for 1.3.1
1 parent 7b9738d commit b6dac12

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

ChangeLog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
21
# Change Log
32

3+
## 1.3.1 (2014-03-21)
4+
5+
* Fix for broken strings in Python 3. Strings with non-ASCII characters
6+
would throw a UTF-8 decoding error. In Python 3, all strings from the
7+
database are in UTF-8 and using `set_charset` to set the character set
8+
to something other than UTF-8 will throw an `ValueError` exception.
9+
410
## 1.3.0 (2014-03-21)
511

612
* Python 3 support and significant code cleanup. ( Zack Weinberg )

setup.py

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

1717
setup(
1818
name='GeoIP',
19-
version='1.3.0',
19+
version='1.3.1',
2020
description='MaxMind GeoIP Legacy Database - Python API',
2121
long_description=open('README.rst').read(),
2222
author="MaxMind, Inc.",

0 commit comments

Comments
 (0)