Skip to content

Commit b263098

Browse files
committed
version 0.11.1
1 parent 929bf75 commit b263098

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history
22

3+
## trio-websocket 0.11.1 (2023-09-26)
4+
### Changed
5+
- remove exceptiongroup dependency for Python >= 3.11
6+
37
## trio-websocket 0.10.4 (2023-09-06)
48
### Fixed
59
- fix client hang when connection lost just after remote closes

trio_websocket/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.11.0-dev'
1+
__version__ = '0.11.1'

0 commit comments

Comments
 (0)