From: nkitsaini <74284503+nkitsaini@users.noreply.github.com> Date: Thu, 7 Jan 2021 06:57:25 +0000 (+0530) Subject: Update README to reflect new estimate for v1.0 release (#1445) X-Git-Tag: 0.17.0~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=181639322e2f68c00393435ef9e2359ff2691331;p=thirdparty%2Fhttpx.git Update README to reflect new estimate for v1.0 release (#1445) Co-authored-by: Ankit Co-authored-by: Florimond Manca --- diff --git a/README.md b/README.md index 0d641ef8..60ca2454 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.16.*` -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._ +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 2021._ --- diff --git a/docs/index.md b/docs/index.md index fa005e7c..abdc9c7d 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.16.*` 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. + A 1.0 release is expected to be issued sometime in 2021. ---