From: Tom Christie Date: Tue, 14 Sep 2021 08:54:50 +0000 (+0100) Subject: Update README.md (#1857) X-Git-Tag: 0.20.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2992442fdf54a8817e4b29e96043f1f9f552015;p=thirdparty%2Fhttpx.git Update README.md (#1857) --- diff --git a/README.md b/README.md index 7df35851..1d84e611 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ HTTPX is a fully featured HTTP client library for Python 3. It includes **an int command line client**, has support for both **HTTP/1.1 and HTTP/2**, and provides both **sync and async APIs**. -**Note**: *This is the README for the 1.0 pre-release. This release adds support for an integrated command-line client, and also includes a couple of design changes from 0.19. Redirects are no longer followed by default, and the low-level Transport API has been updated. Upgrades from 0.19 will need to see [the CHANGELOG](https://github.com/encode/httpx/blob/version-1.0/CHANGELOG.md) for more details.* +**Note**: *This is the README for the 1.0 pre-release. This release adds support for an integrated command-line client, and also includes a couple of design changes from 0.19. Redirects are no longer followed by default, and the low-level Transport API has been updated. Upgrades from 0.19 will need to see [the CHANGELOG](https://github.com/encode/httpx/blob/master/CHANGELOG.md) for more details.* ---