File tree 3 files changed +8
-1
lines changed
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
.. towncrier release notes start
6
6
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
+
7
13
1.5.1 (2023-02-01)
8
14
==================
9
15
Original file line number Diff line number Diff line change 22
22
from .helpers import GLOBAL_HELPERS , static_root_key
23
23
from .typedefs import Filters
24
24
25
- __version__ = "1.5.1 "
25
+ __version__ = "1.6 "
26
26
27
27
__all__ = (
28
28
"get_env" ,
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ def read(f):
41
41
"Programming Language :: Python :: 3.9" ,
42
42
"Programming Language :: Python :: 3.10" ,
43
43
"Programming Language :: Python :: 3.11" ,
44
+ "Programming Language :: Python :: 3.12" ,
44
45
"Development Status :: 5 - Production/Stable" ,
45
46
"Topic :: Internet :: WWW/HTTP" ,
46
47
"Framework :: AsyncIO" ,
You can’t perform that action at this time.
0 commit comments