- Add support for Python 3.4, 3.5, 3.6 and PyPy. Update minimum dependency versions appropriately.
3.8.0
------------------
- Remove include of ``zope.app.zopeappgenerations`` that is not useful unless upgrading a database older than Zope 3.4. This cuts the last dependency on ``zope.app.authentication`` from the ZTK.
3.7.1
------------------
- Move include of ``zope.dublincore.browser`` here from ``zope.dublincore`` (LP: 590668).
3.7.0
------------------
- Use new ``zope.app.locales`` which has its own `configure.zcml`.
- No longer using ``zope.testing.doctestunit`` as it is deprecated now. Using python's ``doctest`` module.
3.6.1
------------------
- Removed reference to no longer existing configure.zcml from ``zope.app.pagetemplate.tests``.