Skip to content

Commit

Permalink
Version 0.14.7 (#504)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Christie <[email protected]>
  • Loading branch information
aminalaee and tomchristie authored Feb 4, 2022
1 parent 54567ac commit cad62bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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/).

## master
## 0.14.7 (February 4th, 2022)

- Requests which raise a PoolTimeout need to be removed from the pool queue. (#502)
- Fix AttributeError that happened when Socks5Connection were terminated. (#501)
Expand Down
2 changes: 1 addition & 1 deletion httpcore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"WriteError",
]

__version__ = "0.14.6"
__version__ = "0.14.7"


__locals = locals()
Expand Down

0 comments on commit cad62bf

Please sign in to comment.