- Claim support of Python 3.5, 3.6, 3.7, 3.8, PyPy and PyPy3.
- Use tox for testing.
1.0
================
- Update `bootstrap.py` to a ``zc.buildout 2.3``.
- Use py.test as test runner.
- Declare the explicit support of Python 2.7. No other Python versions are currently supported.
0.4
================
- When registering a pagelet using ZCML which only has template, the name of the template is rendered in the ``repr`` the generated class to have a clue what is the purpose of this class when debugging.
- Updated tests to use Python's `doctest` instead of deprecated `zope.testing.doctest`.
0.3
================
- Using ``zope.browserpage`` and ``zope.browsermenu`` instead of ``zope.app.publisher``.