We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005f57d commit 9c54adeCopy full SHA for 9c54ade
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.2 (April 29th, 2021)
8
+
9
+### Added
10
11
+- Improve error message for specific case of `RemoteProtocolError` where server disconnects without sending a response. (Pull #313)
12
13
## 0.13.1 (April 28th, 2021)
14
15
### Fixed
httpcore/__init__.py
@@ -51,7 +51,7 @@
51
"WriteError",
52
"WriteTimeout",
53
]
54
-__version__ = "0.13.1"
+__version__ = "0.13.2"
55
56
__locals = locals()
57
0 commit comments