From: Tom Christie Date: Wed, 27 Nov 2019 13:35:02 +0000 (+0000) Subject: Version 0.8.0 X-Git-Tag: 0.8.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=831e79f50a59cb7c2af549fc186951703497fe08;p=thirdparty%2Fhttpx.git Version 0.8.0 --- diff --git a/httpx/__version__.py b/httpx/__version__.py index 2f47ae73..d376d147 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.7.8" +__version__ = "0.8.0"