From cad62bf9a5c1b83e9a32bdabf84b134a4683cee2 Mon Sep 17 00:00:00 2001 From: Amin Alaee Date: Fri, 4 Feb 2022 13:16:06 +0100 Subject: [PATCH] Version 0.14.7 (#504) Co-authored-by: Tom Christie --- CHANGELOG.md | 2 +- httpcore/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c218148..867c5b24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/httpcore/__init__.py b/httpcore/__init__.py index 32e6c71d..3015b784 100644 --- a/httpcore/__init__.py +++ b/httpcore/__init__.py @@ -82,7 +82,7 @@ "WriteError", ] -__version__ = "0.14.6" +__version__ = "0.14.7" __locals = locals()