- Add support for Python 3.7, 3.8, 3.9, 3.10, 3.11.
1.2.0
==================
- Remove the whitespace between the content-type and charset of the default error views. This is because in certain cases zope.publisher.http will parse the content type parameters and combine them back again without the whitespace. This fix makes things more predictable esp. in tests.
1.1
================
- Additional fixes for Python 3 compatibility.
NOTE: The error view base classes now set a Content-Type response header to "text/plain". If your error view subclassing from the zope.errorview classes return a response body other than "text/plain" you need to explicitly set the Content-Type in your views.