We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8970484 commit f0d16e9Copy full SHA for f0d16e9
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
+## 0.13.6 (June 15th, 2021)
8
+
9
+### Fixed
10
11
+- Close sockets when read or write timeouts occur. (Pull #365)
12
13
## 0.13.5 (June 14th, 2021)
14
15
### Fixed
httpcore/__init__.py
@@ -51,7 +51,7 @@
51
"WriteError",
52
"WriteTimeout",
53
]
54
-__version__ = "0.13.5"
+__version__ = "0.13.6"
55
56
__locals = locals()
57
0 commit comments