We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7165c4f commit d912231Copy full SHA for d912231
CHANGES.txt
@@ -1,5 +1,11 @@
1
.. towncrier release notes start
2
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
9
2.12.0 (2022-10-28)
10
===================
11
aiohttp_session/__init__.py
@@ -1,6 +1,6 @@
"""User sessions for aiohttp.web."""
-__version__ = "2.12.0"
+__version__ = "2.12.1"
import abc
import json
0 commit comments