Skip to content

Commit

Permalink
Version 0.14.6 (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed Feb 1, 2022
1 parent 57d2eaa commit e75cf70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 branch
## 0.14.6 (February 1st, 2022)

- Fix SOCKS support for `http://` URLs. (#492)
- Resolve race condition around exceptions during streaming a response. (#491)
Expand Down
2 changes: 1 addition & 1 deletion httpcore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"WriteError",
]

__version__ = "0.14.5"
__version__ = "0.14.6"


__locals = locals()
Expand Down

0 comments on commit e75cf70

Please sign in to comment.