Skip to content

Commit aed635a

Browse files
Version 0.14.2 (#434)
1 parent ccf15ef commit aed635a

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.14.2 (November 16th, 2021)
8+
9+
- Failed connections no longer remain in the pool. (Pull #433)
10+
711
## 0.14.1 (November 12th, 2021)
812

913
- `max_connections` becomes optional. (Pull #429)

httpcore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"WriteError",
7979
]
8080

81-
__version__ = "0.14.1"
81+
__version__ = "0.14.2"
8282

8383

8484
__locals = locals()

0 commit comments

Comments
 (0)