File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 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+
7131.5.1 (2023-02-01)
814==================
915
Original file line number Diff line number Diff line change 2222from .helpers import GLOBAL_HELPERS , static_root_key
2323from .typedefs import Filters
2424
25- __version__ = "1.5.1 "
25+ __version__ = "1.6 "
2626
2727__all__ = (
2828 "get_env" ,
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments