]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Version 0.10.1 (#701)
authorTom Christie <tom@tomchristie.com>
Wed, 1 Jan 2020 15:36:11 +0000 (15:36 +0000)
committerGitHub <noreply@github.com>
Wed, 1 Jan 2020 15:36:11 +0000 (15:36 +0000)
CHANGELOG.md
httpx/__version__.py

index cfb96504ed4e2d72bffc193b5be263bb34790077..57ad60d5bb4fa4a0b27d6b606962891d91ea4950 100644 (file)
@@ -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.10.1 (December 31st, 2019)
+
+### Fixed
+
+- Fix issue with concurrent connection acquiry. (Pull #700)
+- Fix write error on closing HTTP/2 connections. (Pull #699)
+
 ## 0.10.0 (December 29th, 2019)
 
 The 0.10.0 release makes some changes that will allow us to support both sync and async interfaces.
index 919a040e06e4c9be6092c890a48da63eda2d9aaa..7c6f5495f6e7754016e092020b414c15999724d8 100644 (file)
@@ -1,3 +1,3 @@
 __title__ = "httpx"
 __description__ = "A next generation HTTP client, for Python 3."
-__version__ = "0.10.0"
+__version__ = "0.10.1"