We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d2eaa commit e75cf70Copy full SHA for e75cf70
2 files changed
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 branch
+## 0.14.6 (February 1st, 2022)
8
9
- Fix SOCKS support for `http://` URLs. (#492)
10
- Resolve race condition around exceptions during streaming a response. (#491)
httpcore/__init__.py
@@ -82,7 +82,7 @@
82
"WriteError",
83
]
84
85
-__version__ = "0.14.5"
+__version__ = "0.14.6"
86
87
88
__locals = locals()
0 commit comments