Skip to content

Commit be91347

Browse files
committed
Bump to 0.15.0a0
1 parent c1bd154 commit be91347

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGES.txt

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

4-
0.14.0 (2017-09-09)
4+
0.15.0 (2017-xx-xx)
55
-------------------
66

7-
- Support `url` and `static` context functions #97
7+
-
8+
9+
-
10+
11+
-
812

913
0.13.0 (2016-12-14)
1014
-------------------

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.14.0'
10+
__version__ = '0.15.0a0'
1111

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

0 commit comments

Comments
 (0)