Skip to content

Commit 4cedef7

Browse files
Release 2.12 (#763)
1 parent dc56500 commit 4cedef7

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.txt

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
.. towncrier release notes start
22

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+
39
2.11.0 (2021-01-31)
410
===================
511

aiohttp_session/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""User sessions for aiohttp.web."""
22

3-
__version__ = "2.11.0"
3+
__version__ = "2.12.0"
44

55
import abc
66
import json

changes/701.fix

-1
This file was deleted.

0 commit comments

Comments
 (0)