2.0.0 - 2017-12-20
==================

 * Py27, Py35 compliant


0.3.1 - 2014-01-08
==================

* Make tokenlib.DEFAULT_HASHMOD a string.
* Fix sporadically-failing test.


0.3.0 - 2014-01-08
==================

* clarified licensing info
* switched to sha256 as default hashing algorithm
* renamed `get_token_secret` to `get_derived_secret` to clarify its
  purpose; the previous name remains but is deprecated.
* added custom ValueError subclasses for more fine-grained error reporting.


0.2.0 - 2012-11-27
==================

* support for python3 via source-level compatibility


0.1.0 - 2012-03-14
==================

 * Initial release.
