Releases: maxmind/MaxMind-DB-Reader-python
Releases · maxmind/MaxMind-DB-Reader-python
0.3.3
0.3.2
0.3.1
0.3.0 Added pure Python implementation
- This release includes a pure Python implementation of the database reader.
Iflibmaxminddb
is not available or there are compilation issues, the
module will fall-back to the pure Python implementation. - Minor changes were made to the exceptions of the C extension make them
consistent with the pure Python implementation.
0.2.1
Cleaned up code
- Refactored code and fixed a memory leak when throwing an exception.
Fixed PyPI package
- Added MANIFEST.in
Initial Release
First release.