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 65400cb commit 70bc8fbCopy full SHA for 70bc8fb
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Release history
2
3
+## trio-websocket 0.12.2 (2025-02-24)
4
+### Fixed
5
+- fix incorrect port when using a `wss://` URL without supplying an explicit
6
+ SSL context
7
+
8
## trio-websocket 0.12.1 (2025-02-17)
9
### Fixed
10
- fix omitted direct dependency on outcome
trio_websocket/_version.py
@@ -1 +1 @@
-__version__ = '0.13.0-dev'
+__version__ = '0.12.2'
0 commit comments