We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e5060 commit ee4f4e0Copy full SHA for ee4f4e0
HISTORY.rst
@@ -3,6 +3,12 @@
3
History
4
-------
5
6
+2.0.1 (2020-07-22)
7
+++++++++++++++++++
8
+
9
+* Fix minimum required python version in ``setup.py``. Pull request by
10
+ Boros Gábor. GitHub #69 & #70.
11
12
2.0.0 (2020-07-21)
13
++++++++++++++++++
14
maxminddb/__init__.py
@@ -57,7 +57,7 @@ def Reader(database): # pylint: disable=invalid-name
57
58
59
__title__ = "maxminddb"
60
-__version__ = "2.0.0"
+__version__ = "2.0.1"
61
__author__ = "Gregory Oschwald"
62
__license__ = "Apache License, Version 2.0"
63
__copyright__ = "Copyright 2013-2020 MaxMind, Inc."
0 commit comments