* Use Python's logging module instead of ``print()``. * Add support for recent Python versions. * Drop support for end-of-life Python versions.
0.3.0
--------------------------
* Fix errors when caching unicode analysis function names. * Fix errors when caching unicode source. (10) * Add six dependency. * Add decorator and logic for analysis functions that are never cached. (5)