]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Adjust 1.0 expectations. (#1202)
authorTom Christie <tom@tomchristie.com>
Thu, 20 Aug 2020 15:30:45 +0000 (16:30 +0100)
committerGitHub <noreply@github.com>
Thu, 20 Aug 2020 15:30:45 +0000 (16:30 +0100)
* Adjust 1.0 expectations.

Not sure why I thought saying "expected September 2020" was a good idea.
Like *maybe* that'll happen, but no problem with us taking our time if there's areas we want to be really firm about first. *Eg finer details in the Transport API*.

* Update index.md

README.md
docs/index.md

index d640e8574118c08e78e602c512f22ba8f282c733..9697624612b960cb3ae0c1f1ccff6fbad75d7c03 100644 (file)
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ HTTPX is a fully featured HTTP client for Python 3, which provides sync and asyn
 
 **Note**: _HTTPX should be considered in beta. We believe we've got the public API to
 a stable point now, but would strongly recommend pinning your dependencies to the `0.14.*`
-release, so that you're able to properly review [API changes between package updates](https://github.com/encode/httpx/blob/master/CHANGELOG.md). A 1.0 release is expected to be issued sometime around september 2020._
+release, so that you're able to properly review [API changes between package updates](https://github.com/encode/httpx/blob/master/CHANGELOG.md). A 1.0 release is expected to be issued sometime in late 2020._
 
 ---
 
index 12ba351b07e0ef764084334fd4d85525a1b275cc..707075324e62327d2083d95330919cb20bc4f711 100644 (file)
@@ -29,7 +29,7 @@ HTTPX is a fully featured HTTP client for Python 3, which provides sync and asyn
 
     We believe we've got the public API to a stable point now, but would strongly recommend pinning your dependencies to the `0.14.*` release, so that you're able to properly review [API changes between package updates](https://github.com/encode/httpx/blob/master/CHANGELOG.md).
 
-    A 1.0 release is expected to be issued sometime around september 2020.
+    A 1.0 release is expected to be issued sometime in late 2020.
 
 ---