File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
.. towncrier release notes start
2
2
3
- 2.10.0a0 (2021-11-04 )
3
+ 2.10.0 (2021-12-30 )
4
4
=====================
5
5
6
- * test
6
+ * Typing support
7
+ * Add samesite cookie option
8
+ * Support aioredis 2
7
9
8
10
2.9.0 (2019-11-04)
9
11
==================
Original file line number Diff line number Diff line change 1
1
"""User sessions for aiohttp.web."""
2
2
3
- __version__ = "2.10.0a1 "
3
+ __version__ = "2.10.0 "
4
4
5
5
import abc
6
6
import json
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ def read(f):
39
39
"Intended Audience :: Developers" ,
40
40
"Programming Language :: Python" ,
41
41
"Programming Language :: Python :: 3" ,
42
- "Programming Language :: Python :: 3.5" ,
43
42
"Programming Language :: Python :: 3.6" ,
44
43
"Programming Language :: Python :: 3.7" ,
45
44
"Programming Language :: Python :: 3.8" ,
@@ -54,7 +53,7 @@ def read(f):
54
53
url = "https://github.com/aio-libs/aiohttp_session/" ,
55
54
license = "Apache 2" ,
56
55
packages = ["aiohttp_session" ],
57
- python_requires = ">=3.5 " ,
56
+ python_requires = ">=3.6 " ,
58
57
install_requires = install_requires ,
59
58
include_package_data = True ,
60
59
extras_require = extras_require ,
You can’t perform that action at this time.
0 commit comments