Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f6f647e

Browse files
committed
Bump to 3.5.4
1 parent 8504117 commit f6f647e

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGES.rst

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

1515
.. towncrier release notes start
1616
17+
3.5.4 (2019-01-12)
18+
==================
19+
20+
Bugfixes
21+
--------
22+
23+
- Fix stream ``.read()`` / ``.readany()`` / ``.iter_any()`` which used to return a
24+
partial content only in case of compressed content
25+
`#3525 <https://github.com/aio-libs/aiohttp/issues/3525>`_
26+
27+
1728
3.5.3 (2019-01-10)
1829
==================
1930

aiohttp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '3.5.3'
1+
__version__ = '3.5.4'
22

33
from typing import Tuple # noqa
44

0 commit comments

Comments
 (0)