* Fixed missing import statements for geoip2.errors and geoip2.models. (Gustavo J. A. M. Carneiro) * Minor documentation and code cleanup * Added requirement for maxminddb v0.3.0, which includes a pure Python database reader. Removed the ``extras_require`` for maxminddb.
0.4.2
++++++++++++++++++
* Added missing geoip2.models import to geoip.database. * Documentation updates.
0.4.1
++++++++++++++++++
* Read in ``README.rst`` as UTF-8 in ``setup.py``.
0.4.0
++++++++++++++++++
* API CHANGE: Changed the ``languages`` keyword argument to ``locales`` on the constructors for ``geoip.webservice.Client`` and ``geoip.database.Reader``.