Skip to content

Commit e965217

Browse files
committed
Prepare for 2.0.1
1 parent edb8fab commit e965217

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 (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+
612
2.0.0 (2014-09-22)
713
++++++++++++++++++
814

geoip2/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pylint:disable=C0111
22

33
__title__ = 'geoip2'
4-
__version__ = '2.0.0'
4+
__version__ = '2.0.1'
55
__author__ = 'Gregory Oschwald'
66
__license__ = 'Apache License, Version 2.0'
77
__copyright__ = 'Copyright 2014 Maxmind, Inc.'

0 commit comments

Comments
 (0)