Skip to content

Commit

Permalink
Version 0.13.2 (#314)
Browse files Browse the repository at this point in the history
* Improve error message for specific case of RemoteProtocolError where server disconnects without sending a response.
  • Loading branch information
tomchristie authored Apr 29, 2021
1 parent 005f57d commit 9c54ade
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

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

## 0.13.2 (April 29th, 2021)

### Added

- Improve error message for specific case of `RemoteProtocolError` where server disconnects without sending a response. (Pull #313)

## 0.13.1 (April 28th, 2021)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion httpcore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"WriteError",
"WriteTimeout",
]
__version__ = "0.13.1"
__version__ = "0.13.2"

__locals = locals()

Expand Down

0 comments on commit 9c54ade

Please sign in to comment.