From: Tom Christie Date: Mon, 9 Mar 2020 10:18:34 +0000 (+0000) Subject: Version 0.12 (#852) X-Git-Tag: 0.12.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e40c1b26ac3526bfe4115c00c028899d37e551e;p=thirdparty%2Fhttpx.git Version 0.12 (#852) * Version 0.12 * Update docs to reference 0.12 --- diff --git a/README.md b/README.md index 27fd542e..0be86184 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ 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**: _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.11.*` +a stable point now, but would strongly recommend pinning your dependencies to the `0.12.*` 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 on or before April 2020._ --- diff --git a/docs/index.md b/docs/index.md index 476f62af..2bc69b58 100644 --- a/docs/index.md +++ b/docs/index.md @@ -30,7 +30,7 @@ HTTPX is a fully featured HTTP client for Python 3, which provides sync and asyn !!! note HTTPX should currently 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.11.*` release, so that you're able to properly review [API changes between package updates](https://github.com/encode/httpx/blob/master/CHANGELOG.md). + We believe we've got the public API to a stable point now, but would strongly recommend pinning your dependencies to the `0.12.*` 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 on or before April 2020. diff --git a/httpx/__version__.py b/httpx/__version__.py index 5b763bc3..3b4d4b90 100644 --- a/httpx/__version__.py +++ b/httpx/__version__.py @@ -1,3 +1,3 @@ __title__ = "httpx" __description__ = "A next generation HTTP client, for Python 3." -__version__ = "0.11.1" +__version__ = "0.12.0"