Skip to content

Commit ebdd56c

Browse files
committed
Prepare for 2.0.2
1 parent 37d6b52 commit ebdd56c

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

HISTORY.rst

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

6+
2.0.2 (2014-10-28)
7+
++++++++++++++++++
8+
9+
* Added support for the GeoIP2 Anonymous IP database. The
10+
``geoip2.database.Reader`` class now has an ``anonymous_ip()`` method which
11+
returns a ``geoip2.models.AnonymousIP`` object.
12+
* Added ``__repr__`` and ``__eq__`` methods to the model and record classes
13+
to aid in debugging and using the library from a REPL.
14+
615
2.0.1 (2014-10-17)
716
++++++++++++++++++
817

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.1'
4+
__version__ = '2.0.2'
55
__author__ = 'Gregory Oschwald'
66
__license__ = 'Apache License, Version 2.0'
77
__copyright__ = 'Copyright 2014 Maxmind, Inc.'

0 commit comments

Comments
 (0)