Skip to content

Commit 5918aa1

Browse files
committed
Bump to 0.9.0
1 parent 39ee528 commit 5918aa1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGES
22
=======
33

4+
0.9.0 (2016-09-26)
5+
------------------
6+
7+
- Fix reason parameter in HTTPInternalServerError when template is not
8+
found #33
9+
410
0.8.0 (2016-07-12)
511
------------------
612

aiohttp_jinja2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from aiohttp.abc import AbstractView
77

88

9-
__version__ = '0.8.0'
9+
__version__ = '0.9.0'
1010

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

0 commit comments

Comments
 (0)