Skip to content

Tags: 2Or3InTheMorning/GeoIP2-python

Tags

v3.0.0

Toggle v3.0.0's commit message
Update for v3.0.0

v2.9.0

Toggle v2.9.0's commit message
Update for v2.9.0

v2.8.0

Toggle v2.8.0's commit message
Update for v2.8.0

v2.7.0

Toggle v2.7.0's commit message
Update for v2.7.0

v2.6.0

Toggle v2.6.0's commit message
Update for v2.6.0

v2.5.0

Toggle v2.5.0's commit message
Update for v2.5.0

v2.4.2

Toggle v2.4.2's commit message
Update for v2.4.2

v2.4.1

Toggle v2.4.1's commit message
Update for v2.4.1

v2.4.0

Toggle v2.4.0's commit message
2.4.0

* This module now uses ``ipaddress`` on Python 2 rather than ``ipaddr`` to
  validate IP addresses before sending them to the web service.
* Added handling of additional error codes that the web service may return.
* PEP 257 documentation fixes.
* Updated documentation to reflect that the accuracy radius is now included
  in City.
* Previously, the source distribution was missing some tests and test
  databases. This has been corrected. Reported by Lumir Balhar.

v2.3.0

Toggle v2.3.0's commit message
2.3.0 (2016-04-15)

* Added support for the GeoIP2 Enterprise database.
* ``geoip2.database.Reader`` now supports being used in a ``with`` statement
  (PEP 343). (PR from Nguyễn Hồng Quân. GitHub maxmind#29)