Skip to content

Commit 7125fc3

Browse files
committed
Bump to 1.2.0
1 parent fcce6a7 commit 7125fc3

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+
1.2.0 (2019-10-21)
5+
------------------
6+
7+
- Add type hints #285
8+
49
1.1.1 (2019-04-25)
510
------------------
611

aiohttp_jinja2/__init__.py

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

1111

12-
__version__ = '1.1.2'
12+
__version__ = '1.2.0'
1313

1414
__all__ = ('setup', 'get_env', 'render_template', 'render_string', 'template')
1515

0 commit comments

Comments
 (0)