Skip to content

Commit fc37a8a

Browse files
committed
Prepare for 2.4.0
1 parent 8d871d5 commit fc37a8a

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

HISTORY.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
History
44
-------
55

6-
2.4.0 (2016-XX-XX)
6+
2.4.0 (2016-06-10)
77
++++++++++++++++++
88

99
* This module now uses ``ipaddress`` on Python 2 rather than ``ipaddr`` to
@@ -12,6 +12,8 @@ History
1212
* PEP 257 documentation fixes.
1313
* Updated documentation to reflect that the accuracy radius is now included
1414
in City.
15+
* Previously, the source distribution was missing some tests and test
16+
databases. This has been corrected. Reported by Lumir Balhar.
1517

1618
2.3.0 (2016-04-15)
1719
++++++++++++++++++

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
include HISTORY.rst README.rst LICENSE requirements.txt tests/database_test.py tests/webservice_test.py tests/models_test.py
1+
include HISTORY.rst README.rst LICENSE requirements.txt tests/*.py tests/data/test-data/*.mmdb
22
graft docs/html

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__ = '2.3.0'
4+
__version__ = '2.4.0'
55
__author__ = 'Gregory Oschwald'
66
__license__ = 'Apache License, Version 2.0'
77
__copyright__ = 'Copyright (c) 2013-2016 Maxmind, Inc.'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
requests>=2.9
2-
maxminddb>=1.2.0
2+
maxminddb>=1.2.1

0 commit comments

Comments
 (0)