From 10bb1b346ecbf1d93e88bfeea4baf115240a4a11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Sat, 4 Jan 2025 14:30:18 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version=200.7.0=20=E2=86=92=200.7.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug fixes and improvements -------------------------- * Fix `ASGIWebSocketAsyncNetworkStream` implementation to avoid async tasks issues. Thanks @graingert 🎉 --- httpx_ws/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpx_ws/__init__.py b/httpx_ws/__init__.py index ac9ee7c..17cd2a5 100644 --- a/httpx_ws/__init__.py +++ b/httpx_ws/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.7.0" +__version__ = "0.7.1" from ._api import ( AsyncWebSocketSession,