- Drop support for running the tests using ``python setup.py test``. [icemac]
4.0
----------------
- Add support for Python 3.6 and 3.7. [sallner]
- Drop support for Python 2.6. [sallner]
3.0
----------------
- Use `u''` strings again for easier cross Python 2/3 code. [hannosch]
- 5: Fix plural form support under Python 3.x. [hannosch]
- Break dependency on ``unittest2`` for Python 2.7. [icemac]
2.1
----------------
- Prefer `ast.literal_eval` over `eval` under Python 2, instead of just under Python 3. We only support Python 2.6+ where the function is available. [hannosch]
- Tested successfully under Python 3.3. [hannosch]