Skip to content

Commit 0fe1cdc

Browse files
authored
Version 0.13.1 (#312)
1 parent 8b2053e commit 0fe1cdc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.1 (April 28th, 2021)
8+
9+
### Fixed
10+
11+
- More resiliant testing for closed connections. (Pull #311)
12+
- Don't raise exceptions on ungraceful connection closes. (Pull #310)
13+
714
## 0.13.0 (April 21st, 2021)
815

916
The 0.13 release updates the core API in order to match the HTTPX Transport API,

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.0"
54+
__version__ = "0.13.1"
5555

5656
__locals = locals()
5757

0 commit comments

Comments
 (0)