Skip to content

Commit ac294fd

Browse files
committed
Bump to 3.7.2
1 parent 5310dff commit ac294fd

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGES.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,19 @@ Changelog
1414

1515
.. towncrier release notes start
1616
17+
3.7.2 (2020-10-27)
18+
==================
19+
20+
Bugfixes
21+
--------
22+
23+
- Fixed static files handling for loops without ``.sendfile()`` support
24+
`#5149 <https://github.com/aio-libs/aiohttp/issues/5149>`_
25+
26+
27+
----
28+
29+
1730
3.7.1 (2020-10-25)
1831
==================
1932

CHANGES/5149.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

aiohttp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.7.1"
1+
__version__ = "3.7.2"
22

33
from typing import Tuple
44

0 commit comments

Comments
 (0)