- Fix DeprecationWarning about 'U' mode under Python 3. - Drop Python 2.6 and 3.3 support. Add testing and support for Python 3.6 and 3.7.
1.9.0
------------------
- You can now use Manuel with the `nose <http://nose.readthedocs.io/en/latest/>`_ and `pytest <https://docs.pytest.org/en/latest/>`_ test runners by defining Manuel tests inside `unittest.TestCase` classes. - Added support for Python 3.5 and Python 3.6. - Dropped support for Python 2.6
1.8.0
------------------
- Fixed ResourceWarnings under Python 3. - Added support for PyPy and Python 3.4. - Drop official support for Python 3.1 and 3.2. - Fix odd ImportError problems when used with tox and coverage. - Fix parsing of reST codeblock options with hyphens.
1.7.2
------------------
- Fixed release issues. - Updated copyright and license to reflect recent Zope Foundation release of claim on the project.