From: Tom Christie Date: Tue, 4 Mar 2025 11:26:04 +0000 (+0000) Subject: Update version to 0.28.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e30c099c6fe4f06acb19118a33064b1c62c2f2cc;p=thirdparty%2Fhttpx.git Update version to 0.28.2 Update Python package with up to date classifiers. --- diff --git a/httpx/__version__.py b/httpx/__version__.py index 801bfacf..b269d5bf 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.28.1" +__version__ = "0.28.2"