Skip to content

Commit c1bd154

Browse files
committed
Bump to 0.14.0
1 parent a6e9ad5 commit c1bd154

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.txt

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

4+
0.14.0 (2017-09-09)
5+
-------------------
6+
7+
- Support `url` and `static` context functions #97
8+
49
0.13.0 (2016-12-14)
510
-------------------
611

aiohttp_jinja2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from .helpers import GLOBAL_HELPERS
88

99

10-
__version__ = '0.13.0'
10+
__version__ = '0.14.0'
1111

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

0 commit comments

Comments
 (0)