Skip to content

Commit

Permalink
Release v1.6 (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer committed Nov 18, 2023
1 parent 198ae23 commit 9489090
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ CHANGES

.. towncrier release notes start
1.6 (2023-11-18)
================

- Switch to ``aiohttp.web.AppKey``, and deprecate the old 'static_root_url' key.
- Drop Python 3.7, add Python 3.12.

1.5.1 (2023-02-01)
==================

Expand Down
2 changes: 1 addition & 1 deletion aiohttp_jinja2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from .helpers import GLOBAL_HELPERS, static_root_key
from .typedefs import Filters

__version__ = "1.5.1"
__version__ = "1.6"

__all__ = (
"get_env",
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def read(f):
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Development Status :: 5 - Production/Stable",
"Topic :: Internet :: WWW/HTTP",
"Framework :: AsyncIO",
Expand Down

0 comments on commit 9489090

Please sign in to comment.