]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Version 0.12 (#852) 0.12.0
authorTom Christie <tom@tomchristie.com>
Mon, 9 Mar 2020 10:18:34 +0000 (10:18 +0000)
committerGitHub <noreply@github.com>
Mon, 9 Mar 2020 10:18:34 +0000 (10:18 +0000)
* Version 0.12

* Update docs to reference 0.12

README.md
docs/index.md
httpx/__version__.py

index 27fd542ed454d52e95f64404d808d3cf65739633..0be86184779dd30f9217f0b4f03e97f013ea26ce 100644 (file)
--- 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._
 
 ---
index 476f62af428db48ddee43b1204053593a6dd3f1e..2bc69b58ad819e355ece49c0334e4b8586b9fe3c 100644 (file)
@@ -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.
 
index 5b763bc32086e87000fb03039f1bac48b8fa37eb..3b4d4b906d0bb3a83a7bee90504e6773086ac565 100644 (file)
@@ -1,3 +1,3 @@
 __title__ = "httpx"
 __description__ = "A next generation HTTP client, for Python 3."
-__version__ = "0.11.1"
+__version__ = "0.12.0"