- Add Tox environments for Python 3.3 and 3.5, PyPy 3, PEP8.
- Using Python 3.5 for PEP8 and coverage.
- Clean up meta data.
0.9
================
- Depend on ``morepath.directive`` for ``RegRegistry`` as this is now the official public API for extension of Morepath.
0.8.1
==================
- There was a bug in 0.8 that used Reg's Registry instead of ``morepath.app.RegRegistry``. This could in some circumstances lead to the wrong registry being installed.
0.8
================
- Adjust to work with Morepath 0.13+ (and Dectate).
0.7
================
- Can pass a custom ``renderer`` argument to ``request.include()``, to support this feature added in BowerStatic 0.8.