Skip to content

Commit ee4f4e0

Browse files
gabor-borososchwald
authored andcommitted
Bump version number and update HISTORY
1 parent 53e5060 commit ee4f4e0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.rst

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
History
44
-------
55

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+
612
2.0.0 (2020-07-21)
713
++++++++++++++++++
814

maxminddb/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def Reader(database): # pylint: disable=invalid-name
5757

5858

5959
__title__ = "maxminddb"
60-
__version__ = "2.0.0"
60+
__version__ = "2.0.1"
6161
__author__ = "Gregory Oschwald"
6262
__license__ = "Apache License, Version 2.0"
6363
__copyright__ = "Copyright 2013-2020 MaxMind, Inc."

0 commit comments

Comments
 (0)