Skip to content

Commit 524707b

Browse files
committed
Bump to 0.4.2
1 parent b1dd0cc commit 524707b

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.4.2 (2015-05-21)
5+
------------------
6+
7+
- Make HTTPInternalServerError exceptions more verbose on console
8+
output
9+
410
0.4.1 (2015-04-05)
511
------------------
612

aiohttp_jinja2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from aiohttp import web
66

77

8-
__version__ = '0.4.1'
8+
__version__ = '0.4.2'
99

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

0 commit comments

Comments
 (0)