Skip to content

Commit 9c54ade

Browse files
authored
Version 0.13.2 (#314)
* Improve error message for specific case of RemoteProtocolError where server disconnects without sending a response.
1 parent 005f57d commit 9c54ade

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

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+
713
## 0.13.1 (April 28th, 2021)
814

915
### Fixed

httpcore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"WriteError",
5252
"WriteTimeout",
5353
]
54-
__version__ = "0.13.1"
54+
__version__ = "0.13.2"
5555

5656
__locals = locals()
5757

0 commit comments

Comments
 (0)