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 3
3
History
4
4
-------
5
5
6
- 2.4.0 (2016-XX-XX )
6
+ 2.4.0 (2016-06-10 )
7
7
++++++++++++++++++
8
8
9
9
* This module now uses ``ipaddress `` on Python 2 rather than ``ipaddr `` to
@@ -12,6 +12,8 @@ History
12
12
* PEP 257 documentation fixes.
13
13
* Updated documentation to reflect that the accuracy radius is now included
14
14
in City.
15
+ * Previously, the source distribution was missing some tests and test
16
+ databases. This has been corrected. Reported by Lumir Balhar.
15
17
16
18
2.3.0 (2016-04-15)
17
19
++++++++++++++++++
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
2
2
graft docs/html
Original file line number Diff line number Diff line change 1
1
# pylint:disable=C0111
2
2
3
3
__title__ = 'geoip2'
4
- __version__ = '2.3 .0'
4
+ __version__ = '2.4 .0'
5
5
__author__ = 'Gregory Oschwald'
6
6
__license__ = 'Apache License, Version 2.0'
7
7
__copyright__ = 'Copyright (c) 2013-2016 Maxmind, Inc.'
Original file line number Diff line number Diff line change 1
1
requests >= 2.9
2
- maxminddb >= 1.2.0
2
+ maxminddb >= 1.2.1
You can’t perform that action at this time.
0 commit comments