From: Tom Christie Date: Sat, 7 Dec 2019 08:49:34 +0000 (+0000) Subject: Version 0.9.2 X-Git-Tag: 0.9.2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a0df657b3f7aac722979347a73c0e5f77242a8a;p=thirdparty%2Fhttpx.git Version 0.9.2 --- diff --git a/httpx/__version__.py b/httpx/__version__.py index 197cb7e1..64beab18 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.9.1" +__version__ = "0.9.2"