Skip to content

Tags: dmalikcs/GeoIP2-python

Tags

v0.4.1

Toggle v0.4.1's commit message
Fixed installation issue.

* Read in `README.rst` as UTF-8 in `setup.py`.

v0.4.0

Toggle v0.4.0's commit message
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`.

v0.3.1

Toggle v0.3.1's commit message
Fixed packaging issue

v0.3.0

Toggle v0.3.0's commit message
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.

v0.2.2

Toggle v0.2.2's commit message
v0.2.2 - updated history and version number

v0.2.1

Toggle v0.2.1's commit message
Updated history file and bumped version number

v0.2.0

Toggle v0.2.0's commit message
Bumped version number

v0.1.1

Toggle v0.1.1's commit message
Update version

v0.1.0

Toggle v0.1.0's commit message
Update version and add note about Semantic Versioning to the README.rst