aiohttp_jinja2 0.6.1 release
Technically it's 0.6.0 release but I've got an error on uploading to PyPI.
Since PyPI stopped accepting new uploads with the same name as already uploaded one but file was corrupted I've forced to make new release.
Changes
- Fix a bug in middleware (missed coroutine decorator) #16
- Simplify context processors initialization by adding parameter to
setup()