]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Docs tweaks (#2075)
authorTom Christie <tom@tomchristie.com>
Wed, 9 Feb 2022 16:05:20 +0000 (16:05 +0000)
committerGitHub <noreply@github.com>
Wed, 9 Feb 2022 16:05:20 +0000 (16:05 +0000)
README.md
docs/index.md

index 2375c365f158525efa239e6c8db1afdfc1a3f352..23866adbbdca66f33a7acb27165bfe588a1b8919 100644 (file)
--- a/README.md
+++ b/README.md
@@ -17,8 +17,6 @@ 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**: *The 0.21 release includes some improvements to the integrated command-line client. This latest version integrates against a re-designed version of `httpcore`. Both packages ought to automatically update to the required versions, but if you are seeing any issues then you should ensure that you have `httpx==0.21.*` and `httpcore==0.14.*` installed. See [the CHANGELOG](https://github.com/encode/httpx/blob/master/CHANGELOG.md) for more details.*
-
 ---
 
 Install HTTPX using pip:
@@ -148,5 +146,6 @@ A huge amount of credit is due to `requests` for the API layout that
 much of this work follows, as well as to `urllib3` for plenty of design
 inspiration around the lower-level networking details.
 
-<p align="center">&mdash; ⭐️ &mdash;</p>
-<p align="center"><i>HTTPX is <a href="https://github.com/encode/httpx/blob/master/LICENSE.md">BSD licensed</a> code. Designed & built in Brighton, England.</i></p>
+---
+
+<p align="center"><i>HTTPX is <a href="https://github.com/encode/httpx/blob/master/LICENSE.md">BSD licensed</a> code.<br/>Designed & crafted with care.</i><br/>&mdash; 🦋 &mdash;</p>
index bf0eecfffff1634c45564be78bd03e965a350d17..2b3865bb8e064170309c7e37c5a19c4c40141c85 100644 (file)
@@ -23,10 +23,6 @@ HTTPX
 
 HTTPX is a fully featured HTTP client for Python 3, which provides sync and async APIs, and support for both HTTP/1.1 and HTTP/2.
 
-
-!!! note
-    The 0.21 release includes some improvements to the integrated command-line client. This latest version integrates against a re-designed version of `httpcore`. Both packages ought to automatically update to the required versions, but if you are seeing any issues then you should ensure that you have `httpx==0.21.*` and `httpcore==0.14.*` installed. See [the CHANGELOG](https://github.com/encode/httpx/blob/master/CHANGELOG.md) for more details.
-
 ---
 
 Install HTTPX using pip: