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 40f80f3 commit df4c6b3Copy full SHA for df4c6b3
2 files changed
CHANGES.rst
@@ -2,6 +2,11 @@
2
CHANGES
3
=========
4
5
+0.8.1 (2025-03-31)
6
+==================
7
+
8
+- Fix packaging to not install on Python 3.8.
9
10
0.8.0 (2025-03-11)
11
==================
12
aiohttp_cors/__about__.py
@@ -19,7 +19,7 @@
19
"""
20
21
__title__ = "aiohttp-cors"
22
-__version__ = "0.8.0"
+__version__ = "0.8.1"
23
__author__ = "Vladimir Rutsky and aio-libs team"
24
__email__ = "[email protected]"
25
__summary__ = "CORS support for aiohttp"
0 commit comments