Skip to content

Commit cad62bf

Browse files
Version 0.14.7 (#504)
Co-authored-by: Tom Christie <[email protected]>
1 parent 54567ac commit cad62bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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-
## master
7+
## 0.14.7 (February 4th, 2022)
88

99
- Requests which raise a PoolTimeout need to be removed from the pool queue. (#502)
1010
- Fix AttributeError that happened when Socks5Connection were terminated. (#501)

httpcore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"WriteError",
8383
]
8484

85-
__version__ = "0.14.6"
85+
__version__ = "0.14.7"
8686

8787

8888
__locals = locals()

0 commit comments

Comments
 (0)