2.0.2
- Added support for the GeoIP2 Anonymous IP database. The
geoip2.database.Reader
class now has ananonymous_ip()
method which
returns ageoip2.models.AnonymousIP
object. - Added
__repr__
and__eq__
methods to the model and record classes
to aid in debugging and using the library from a REPL.