We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb8fab commit e965217Copy full SHA for e965217
HISTORY.rst
@@ -3,6 +3,12 @@
3
History
4
-------
5
6
+2.0.1 (2014-10-17)
7
+++++++++++++++++++
8
+
9
+* The constructor for ``geoip2.webservice.Client`` now takes an optional
10
+ ``timeout`` parameter. (PR from arturro. GitHub #15)
11
12
2.0.0 (2014-09-22)
13
++++++++++++++++++
14
geoip2/__init__.py
@@ -1,7 +1,7 @@
1
# pylint:disable=C0111
2
__title__ = 'geoip2'
-__version__ = '2.0.0'
+__version__ = '2.0.1'
__author__ = 'Gregory Oschwald'
__license__ = 'Apache License, Version 2.0'
__copyright__ = 'Copyright 2014 Maxmind, Inc.'
0 commit comments