We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54567ac commit cad62bfCopy full SHA for cad62bf
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
-## master
+## 0.14.7 (February 4th, 2022)
8
9
- Requests which raise a PoolTimeout need to be removed from the pool queue. (#502)
10
- Fix AttributeError that happened when Socks5Connection were terminated. (#501)
httpcore/__init__.py
@@ -82,7 +82,7 @@
82
"WriteError",
83
]
84
85
-__version__ = "0.14.6"
+__version__ = "0.14.7"
86
87
88
__locals = locals()
0 commit comments