Skip to content

aiohttp_jinja2 0.6.1 release

Compare
Choose a tag to compare
@asvetlov asvetlov released this 29 Oct 21:00
· 813 commits to master since this 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()