Skip to content

Commit

Permalink
Version 0.12.2 (#238)
Browse files Browse the repository at this point in the history
* Version 0.12.2

* Bump version in __init__.py
  • Loading branch information
florimondmanca committed Nov 20, 2020
1 parent 0fce6d3 commit 84c7738
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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/).

## 0.12.2 (November 20th, 2020)

### Fixed

- Properly wrap connect errors on the asyncio backend. (Pull #235)
- Fix `ImportError` occurring on Python 3.9 when using the HTTP/1.1 sync client in a multithreaded context. (Pull #237)

## 0.12.1 (November 7th, 2020)

### Added
Expand Down
2 changes: 1 addition & 1 deletion httpcore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"WriteError",
"WriteTimeout",
]
__version__ = "0.12.1"
__version__ = "0.12.2"

__locals = locals()

Expand Down

0 comments on commit 84c7738

Please sign in to comment.