Skip to content

Commit d912231

Browse files
Release v2.12.1 (#991)
1 parent 7165c4f commit d912231

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
.. towncrier release notes start
22

3+
2.12.1 (2024-09-25)
4+
===================
5+
6+
* Minor typing fix for aiohttp 3.10+.
7+
* Dropped support for Python 3.7. Started testing on 3.11 - 3.13.
8+
39
2.12.0 (2022-10-28)
410
===================
511

aiohttp_session/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""User sessions for aiohttp.web."""
22

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

55
import abc
66
import json

0 commit comments

Comments
 (0)