We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc1f48 commit f4cd718Copy full SHA for f4cd718
.gitignore
@@ -1,4 +1,6 @@
1
*~
2
+*.egg
3
+.idea
4
build
5
.coverage
6
dist
HISTORY.rst
@@ -3,7 +3,7 @@
History
-------
-2.1.0 (2014-12-XX)
+2.1.0 (2014-12-09)
7
++++++++++++++++++
8
9
* The reader now supports pure Python file and memory modes. If you are not
geoip2/__init__.py
@@ -1,7 +1,7 @@
# pylint:disable=C0111
__title__ = 'geoip2'
-__version__ = '2.0.2'
+__version__ = '2.1.0'
__author__ = 'Gregory Oschwald'
__license__ = 'Apache License, Version 2.0'
__copyright__ = 'Copyright 2014 Maxmind, Inc.'
requirements.txt
@@ -1,2 +1,2 @@
requests>=2.4
-maxminddb>=1.0.0
+maxminddb>=1.1.0
0 commit comments