Skip to content

Commit

Permalink
Bump to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jun 5, 2018
1 parent a6c5a63 commit 1cb5c60
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ Changelog

.. towncrier release notes start
3.3.1 (2018-06-05)
==================

Bugfixes
--------

- Fix ``sock_read`` timeout. (`#3053 <https://github.com/aio-libs/aiohttp/pull/3053>`_)
- When using a server-request body as the `data=` argument of a client request,
iterate over the content with `readany` instead of `readline` to avoid `Line
too long` errors. (`#3054 <https://github.com/aio-libs/aiohttp/pull/3054>`_)


3.3.0 (2018-06-01)
==================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/3053.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/3054.bugfix

This file was deleted.

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.3.0'
__version__ = '3.3.1'

# This relies on each of the submodules having an __all__ variable.

Expand Down

0 comments on commit 1cb5c60

Please sign in to comment.