Skip to content

Commit 9489090

Browse files
Release v1.6 (#775)
1 parent 198ae23 commit 9489090

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ CHANGES
44

55
.. towncrier release notes start
66
7+
1.6 (2023-11-18)
8+
================
9+
10+
- Switch to ``aiohttp.web.AppKey``, and deprecate the old 'static_root_url' key.
11+
- Drop Python 3.7, add Python 3.12.
12+
713
1.5.1 (2023-02-01)
814
==================
915

aiohttp_jinja2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from .helpers import GLOBAL_HELPERS, static_root_key
2323
from .typedefs import Filters
2424

25-
__version__ = "1.5.1"
25+
__version__ = "1.6"
2626

2727
__all__ = (
2828
"get_env",

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def read(f):
4141
"Programming Language :: Python :: 3.9",
4242
"Programming Language :: Python :: 3.10",
4343
"Programming Language :: Python :: 3.11",
44+
"Programming Language :: Python :: 3.12",
4445
"Development Status :: 5 - Production/Stable",
4546
"Topic :: Internet :: WWW/HTTP",
4647
"Framework :: AsyncIO",

0 commit comments

Comments
 (0)