Skip to content

Commit 84c7738

Browse files
Version 0.12.2 (#238)
* Version 0.12.2 * Bump version in __init__.py
1 parent 0fce6d3 commit 84c7738

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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+
## 0.12.2 (November 20th, 2020)
8+
9+
### Fixed
10+
11+
- Properly wrap connect errors on the asyncio backend. (Pull #235)
12+
- Fix `ImportError` occurring on Python 3.9 when using the HTTP/1.1 sync client in a multithreaded context. (Pull #237)
13+
714
## 0.12.1 (November 7th, 2020)
815

916
### Added

httpcore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"WriteError",
5252
"WriteTimeout",
5353
]
54-
__version__ = "0.12.1"
54+
__version__ = "0.12.2"
5555

5656
__locals = locals()
5757

0 commit comments

Comments
 (0)