Skip to content

Commit

Permalink
Bump to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Apr 5, 2018
1 parent 2ba20de commit ae2dbcb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,17 @@ Changelog

.. towncrier release notes start
3.1.2 (2018-04-05)
==================

- Make ``LineTooLong`` exception more detailed about actual data size (#2863)
- Call ``on_chunk_sent`` when write_eof takes as a param the last chunk (#2909)


3.1.1 (2018-03-27)
==================

* Support *asynchronous iterators* (and *asynchronous generators* as
- Support *asynchronous iterators* (and *asynchronous generators* as
well) in both client and server API as request / response BODY
payloads. (#2802)

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

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/2909.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.1.1'
__version__ = '3.1.2'

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

Expand Down

0 comments on commit ae2dbcb

Please sign in to comment.