Skip to content

Commit 54dfedc

Browse files
committed
Bump to 1.0.0
1 parent 858dcf6 commit 54dfedc

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-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.0.0 (2018-03-12)
5+
-------------------
6+
7+
- Allow context_processors to compose from parent apps #195
8+
49
0.17.0 (2018-03-12)
510
-------------------
611

aiohttp_jinja2/__init__.py

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

1010

11-
__version__ = '0.17.0'
11+
__version__ = '1.0.0'
1212

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

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def read(f):
3030
'Programming Language :: Python :: 3',
3131
'Programming Language :: Python :: 3.5',
3232
'Programming Language :: Python :: 3.6',
33+
'Development Status :: 5 - Production/Stable',
3334
'Topic :: Internet :: WWW/HTTP',
3435
'Framework :: AsyncIO',
3536
],

0 commit comments

Comments
 (0)