You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0.4.0 Reader/Client Constructor API Change
* API CHANGE: Changed the `languages` keyword argument to `locales` on the
constructors for `geoip.webservice.Client` and `geoip.database.Reader`.
API Change
* IMPORTANT: `geoip.webservices` was renamed `geoip.webservice` as it
contains only one class.
* Added GeoIP2 database reader using maxminddb. This does not work with PyPy
as it relies on a C extension.
* Added more specific exceptions for web service client.