Skip to content

Releases: maxmind/GeoIP2-python

0.2.0 Alpha

06 Jul 15:49
Compare
Choose a tag to compare
0.2.0 Alpha Pre-release
Pre-release
  • 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 the ipaddr 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

06 Jul 15:50
Compare
Choose a tag to compare
0.1.1 Alpha Pre-release
Pre-release
  • Documentation and packaging updates

0.1.0 Alpha

06 Jul 15:50
Compare
Choose a tag to compare
0.1.0 Alpha Pre-release
Pre-release
  • Initial release