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

Commit 993f63c

Browse files
committed
Release 1.2.8
1 parent bc51397 commit 993f63c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ChangeLog

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
* Remove unused code. ( Boris Zentner )
1+
1.2.8 2013-03-20
2+
* Remove unused code. ( Boris Zentner )
23
* Fix low memory error handling and refcount issues on error
34
reported by Matt Domsch
45
1.2.7 2011-08-23

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
include_dirs = ['/usr/local/include'])
88

99
setup (name = 'GeoIP-Python',
10-
version = '1.2.7',
10+
version = '1.2.8',
1111
description = 'This is a python wrapper to GeoIP',
1212
ext_modules = [module1])

0 commit comments

Comments
 (0)