Skip to content

Commit

Permalink
Bump to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed May 21, 2015
1 parent b1dd0cc commit 524707b
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.4.2 (2015-05-21)
------------------

- Make HTTPInternalServerError exceptions more verbose on console
output

0.4.1 (2015-04-05)
------------------

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


__version__ = '0.4.1'
__version__ = '0.4.2'

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

Expand Down

0 comments on commit 524707b

Please sign in to comment.