Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v0.3.0
    5bb69968 · Updated history file ·
    0.3.0 Added pure Python implementation
    
    * This release includes a pure Python implementation of the database reader.
      If ``libmaxminddb`` 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.
  • v0.2.1
    1ece7f0e · Prepare for 0.2.1 ·
    0.2.1 Release
    
    * Removed -Werror compiler flag as it was causing problems for some OS X
      users.
  • v0.2.0
    27d1431b · Bumped version ·
    * Refactored code and fixed a memory leak when throwing an exception.
  • v0.1.1
    ee4d04b0 · Added MANIFEST.in. ·
    0.1.1 release
  • v0.1.0
    584e6f97 · Ran uncrustify ·
    Initial release