Skip to content

Commit

Permalink
Bump version 0.6.1 → 0.6.2
Browse files Browse the repository at this point in the history
Bug fixes and improvements
--------------------------

* Improve efficiency of `WebSocketSession` by reusing a single thread pool when waiting for messages. Thank you @davidbrochart 🎉
  • Loading branch information
frankie567 committed Oct 7, 2024
1 parent be72c93 commit dff03d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpx_ws/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.6.1"
__version__ = "0.6.2"

from ._api import (
AsyncWebSocketSession,
Expand Down

0 comments on commit dff03d5

Please sign in to comment.