Skip to content

2.0.2

Compare
Choose a tag to compare
@oschwald oschwald released this 28 Oct 22:16
· 459 commits to main since this release
  • Added support for the GeoIP2 Anonymous IP database. The
    geoip2.database.Reader class now has an anonymous_ip() method which
    returns a geoip2.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.