Releases: maxmind/GeoIP2-python
Releases · maxmind/GeoIP2-python
0.2.0 Alpha
- Support for Python 3.2 was dropped.
- The methods to call the web service on the
Client
object now validate the IP addresses before calling the web service. This requires theipaddr
module on Python 2.x. - We now support more languages. The new languages are de, es, fr, and pt-BR.
- The REST API now returns a record with data about your account. There is a new geoip.records.MaxMind class for this data.
- Rename model.continent.continent_code to model.continent.code.
- Documentation updates.
0.1.1 Alpha
- Documentation and packaging updates
0.1.0 Alpha
- Initial release