]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Version 0.13.1 (#981) 0.13.1
authorTom Christie <tom@tomchristie.com>
Fri, 22 May 2020 09:34:01 +0000 (10:34 +0100)
committerGitHub <noreply@github.com>
Fri, 22 May 2020 09:34:01 +0000 (10:34 +0100)
CHANGELOG.md
httpx/__version__.py

index 856bc291300994aa733e6ca22366c13b03021b81..c697d05599f42d6e8eae7b67e8f78084f3699f92 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.13.1 (May 22nd, 2020)
+
+### Fixed
+
+* Fix pool options deprecation warning. (Pull #980)
+* Include `httpx.URLLib3ProxyTransport` in top-level API. (Pull #979)
+
 ## 0.13.0 (May 22nd, 2020)
 
 This release switches to `httpcore` for all the internal networking, which means:
index abdcf2d72d5887d9988713a78259890b005e7b5b..d18f33ad6ffd98b84ce66395e98ca3cf48cf78a9 100644 (file)
@@ -1,3 +1,3 @@
 __title__ = "httpx"
 __description__ = "A next generation HTTP client, for Python 3."
-__version__ = "0.13.0"
+__version__ = "0.13.1"