Skip to content

Commit d442fca

Browse files
committed
Bump to 0.6.2
1 parent 243ba5a commit d442fca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGES
22
=======
33

4-
0.6.1 (2015-11-22)
4+
0.6.2 (2015-11-22)
55
------------------
66

77
- Make app_key parameter from render_string coroutine optional

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.6.1'
8+
__version__ = '0.6.2'
99

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

0 commit comments

Comments
 (0)