Skip to content

Commit 2b0f0e9

Browse files
committed
Prepare for 0.4.2
1 parent 738321d commit 2b0f0e9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
History
44
-------
55

6+
0.4.2 (2013-12-20)
7+
++++++++++++++++++
8+
9+
* Added missing geoip2.models import to geoip.database.
10+
* Documentation updates.
11+
612
0.4.1 (2013-10-25)
713
++++++++++++++++++
814

geoip2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pylint:disable=C0111
22

33
__title__ = 'geoip2'
4-
__version__ = '0.4.1'
4+
__version__ = '0.4.2'
55
__author__ = 'Gregory Oschwald'
66
__license__ = 'LGPLv2.1+'
77
__copyright__ = 'Copyright 2013 Maxmind, Inc.'

0 commit comments

Comments
 (0)