Skip to content

Commit

Permalink
Version 0.13.6 (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed Jun 15, 2021
1 parent 8970484 commit f0d16e9
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.6 (June 15th, 2021)

### Fixed

- Close sockets when read or write timeouts occur. (Pull #365)

## 0.13.5 (June 14th, 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.5"
__version__ = "0.13.6"

__locals = locals()

Expand Down

0 comments on commit f0d16e9

Please sign in to comment.