From: Tom Christie Date: Thu, 20 Aug 2020 15:30:45 +0000 (+0100) Subject: Adjust 1.0 expectations. (#1202) X-Git-Tag: 0.14.2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4b407a7c44f2b7fdea63c62198a56880acf5977;p=thirdparty%2Fhttpx.git Adjust 1.0 expectations. (#1202) * 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 --- diff --git a/README.md b/README.md index d640e857..96976246 100644 --- 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._ --- diff --git a/docs/index.md b/docs/index.md index 12ba351b..70707532 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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. ---