Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Feb 22, 2017
1 parent ccdab64 commit 98e2053
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
CHANGES
=======

1.3.4 (2017-02-..)
------------------

- Revert timeout handling in client request

- Fix StreamResponse representation after eof


1.3.3 (2017-02-19)
------------------

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__ = '1.3.3'
__version__ = '1.3.4'

# Deprecated, keep it here for a while for backward compatibility.
import multidict # noqa
Expand Down

0 comments on commit 98e2053

Please sign in to comment.