Skip to content

Commit 98e2053

Browse files
committed
changes
1 parent ccdab64 commit 98e2053

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
CHANGES
22
=======
33

4+
1.3.4 (2017-02-..)
5+
------------------
6+
7+
- Revert timeout handling in client request
8+
49
- Fix StreamResponse representation after eof
510

11+
612
1.3.3 (2017-02-19)
713
------------------
814

aiohttp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.3.3'
1+
__version__ = '1.3.4'
22

33
# Deprecated, keep it here for a while for backward compatibility.
44
import multidict # noqa

0 commit comments

Comments
 (0)