Skip to content

Commit e75cf70

Browse files
Version 0.14.6 (#493)
1 parent 57d2eaa commit e75cf70

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 branch
7+
## 0.14.6 (February 1st, 2022)
88

99
- Fix SOCKS support for `http://` URLs. (#492)
1010
- Resolve race condition around exceptions during streaming a response. (#491)

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.5"
85+
__version__ = "0.14.6"
8686

8787

8888
__locals = locals()

0 commit comments

Comments
 (0)