------------------
New features:
- Add Python 3.7 support.
- Support `zope.configuration >= 4.2`.
Bug fixes:
- Proper string/bytes handling for _createObjectByType.
In Python2 everything is written as bytes,
while on Python3 everything is written as text except files and images
which are stored as bytes
[ale-rt]