]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Version 0.17.1 (#1505)
authorTom Christie <tom@tomchristie.com>
Fri, 12 Mar 2021 18:29:20 +0000 (18:29 +0000)
committerGitHub <noreply@github.com>
Fri, 12 Mar 2021 18:29:20 +0000 (18:29 +0000)
CHANGELOG.md
httpx/__version__.py

index 14e4f92ce516bd38037818e1e24c29de5b83a475..992f4e4e386a7c436d02bd19364cc272e9f6d910 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.17.1
+
+### Fixed
+
+* Type annotation on `CertTypes` allows `keyfile` and `password` to be optional. (Pull #1503)
+* Fix httpcore pinned version. (Pull #1495)
+
 ## 0.17.0
 
 ### Added
index f406d12d1997e85bceb3a0d46e2adfecc16fa5a4..90fae6b2fb6260fa1955209779124bd64c75ef44 100644 (file)
@@ -1,3 +1,3 @@
 __title__ = "httpx"
 __description__ = "A next generation HTTP client, for Python 3."
-__version__ = "0.17.0"
+__version__ = "0.17.1"