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

Commit cde3ead

Browse files
committed
Fixed incorrect MANIFEST file
1 parent dd284cb commit cde3ead

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
12
# Change Log
23

4+
## 1.2.9 (2013-11-04)
5+
6+
* Packaging fix. PyPI-only release.
7+
38
## 1.2.8 (2013-03-20)
49
* Remove unused code. ( Boris Zentner )
510
* Fix low memory error handling and refcount issues on error

MANIFEST

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
ChangeLog
2-
README
2+
LICENSE
3+
README.md
34
py_GeoIP.c
45
setup.py
56
test.py

setup.py

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

99
setup(
1010
name='GeoIP',
11-
version='1.2.8',
11+
version='1.2.9',
1212
description='MaxMind GeoIP Legacy Extension',
1313
long_description=open('README.md').read(),
1414
author="MaxMind, Inc.",

0 commit comments

Comments
 (0)