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

Commit 0a26089

Browse files
committed
Prepare for 1.3.0
1 parent 0c49d17 commit 0a26089

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

ChangeLog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11

22
# Change Log
33

4+
## 1.3.0 (2014-03-21)
5+
6+
* Python 3 support and significant code cleanup. ( Zack Weinberg )
7+
* The methods `name_by_addr`, `name_by_addr_v6`, `name_by_name`, and
8+
`name_by_name_v6` were added for ISP, Org, and ASNum lookups.
9+
( Carlos Rodrigues )
10+
* Portability fixes.
11+
* Expose `GEOIP_MMAP_CACHE` from the C library. ( George Macon )
12+
* Unit tests were added.
13+
414
## 1.2.9 (2013-11-04)
515

616
* Packaging fix. PyPI-only release.

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.2.9',
19+
version='1.3.0',
2020
description='MaxMind GeoIP Legacy Database - Python API',
2121
long_description=open('README.rst').read(),
2222
author="MaxMind, Inc.",

0 commit comments

Comments
 (0)