Skip to content

Commit df4c6b3

Browse files
Release 0.8.1 (#505)
1 parent 40f80f3 commit df4c6b3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
CHANGES
33
=========
44

5+
0.8.1 (2025-03-31)
6+
==================
7+
8+
- Fix packaging to not install on Python 3.8.
9+
510
0.8.0 (2025-03-11)
611
==================
712

aiohttp_cors/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"""
2020

2121
__title__ = "aiohttp-cors"
22-
__version__ = "0.8.0"
22+
__version__ = "0.8.1"
2323
__author__ = "Vladimir Rutsky and aio-libs team"
2424
__email__ = "[email protected]"
2525
__summary__ = "CORS support for aiohttp"

0 commit comments

Comments
 (0)