Skip to content

Commit

Permalink
Bump to 3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jan 12, 2019
1 parent 8504117 commit f6f647e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ Changelog

.. towncrier release notes start
3.5.4 (2019-01-12)
==================

Bugfixes
--------

- Fix stream ``.read()`` / ``.readany()`` / ``.iter_any()`` which used to return a
partial content only in case of compressed content
`#3525 <https://github.com/aio-libs/aiohttp/issues/3525>`_


3.5.3 (2019-01-10)
==================

Expand Down
2 changes: 1 addition & 1 deletion aiohttp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '3.5.3'
__version__ = '3.5.4'

from typing import Tuple # noqa

Expand Down

0 comments on commit f6f647e

Please sign in to comment.