We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 929bf75 commit b263098Copy full SHA for b263098
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Release history
2
3
+## trio-websocket 0.11.1 (2023-09-26)
4
+### Changed
5
+- remove exceptiongroup dependency for Python >= 3.11
6
+
7
## trio-websocket 0.10.4 (2023-09-06)
8
### Fixed
9
- fix client hang when connection lost just after remote closes
trio_websocket/_version.py
@@ -1 +1 @@
-__version__ = '0.11.0-dev'
+__version__ = '0.11.1'
0 commit comments