Skip to content

Commit

Permalink
Version 0.14.2 (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie authored Nov 16, 2021
1 parent ccf15ef commit aed635a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.14.2 (November 16th, 2021)

- Failed connections no longer remain in the pool. (Pull #433)

## 0.14.1 (November 12th, 2021)

- `max_connections` becomes optional. (Pull #429)
Expand Down
2 changes: 1 addition & 1 deletion httpcore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"WriteError",
]

__version__ = "0.14.1"
__version__ = "0.14.2"


__locals = locals()
Expand Down

0 comments on commit aed635a

Please sign in to comment.