File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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
16182.3.0 (2016-04-15)
1719++++++++++++++++++
Original file line number Diff line number Diff line change 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
22graft docs/html
Original file line number Diff line number Diff line change 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.'
Original file line number Diff line number Diff line change 11requests >= 2.9
2- maxminddb >= 1.2.0
2+ maxminddb >= 1.2.1
You can’t perform that action at this time.
0 commit comments