From f2992442fdf54a8817e4b29e96043f1f9f552015 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Tue, 14 Sep 2021 09:54:50 +0100 Subject: [PATCH] Update README.md (#1857) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.* ---