We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc56500 commit 4cedef7Copy full SHA for 4cedef7
CHANGES.txt
@@ -1,5 +1,11 @@
1
.. towncrier release notes start
2
3
+2.12.0 (2022-10-28)
4
+===================
5
+
6
+* Migrated from `aioredis` to `redis` (if using redis without installing
7
+ `aiohttp-session[aioredis]` then it will be necessary to manually install `redis`).
8
9
2.11.0 (2021-01-31)
10
===================
11
aiohttp_session/__init__.py
@@ -1,6 +1,6 @@
"""User sessions for aiohttp.web."""
-__version__ = "2.11.0"
+__version__ = "2.12.0"
import abc
import json
changes/701.fix
0 commit comments