Skip to content

Commit

Permalink
Bump to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Sep 26, 2016
1 parent 39ee528 commit 5918aa1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGES
=======

0.9.0 (2016-09-26)
------------------

- Fix reason parameter in HTTPInternalServerError when template is not
found #33

0.8.0 (2016-07-12)
------------------

Expand Down
2 changes: 1 addition & 1 deletion aiohttp_jinja2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from aiohttp.abc import AbstractView


__version__ = '0.8.0'
__version__ = '0.9.0'

__all__ = ('setup', 'get_env', 'render_template', 'template')

Expand Down

0 comments on commit 5918aa1

Please sign in to comment.