File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Release history
2
2
3
+ ## trio-websocket 0.10.0 (2023-03-1)
4
+ ### Fixed
5
+ - avoid MultiError warnings with trio >= 0.22
6
+ ### Changed
7
+ - drop support for Python 3.5, 3.6
8
+
3
9
## trio-websocket 0.9.2 (2021-02-05)
4
10
### Fixed
5
11
- the server will now correctly close the TCP stream on a CloseConnection event
Original file line number Diff line number Diff line change 15
15
16
16
publish :
17
17
rm -fr build dist .egg trio_websocket.egg-info
18
- $(PYTHON ) setup.py sdist
18
+ $(PYTHON ) -m build
19
+ twine check dist/*
19
20
twine upload dist/*
20
21
21
22
# requirements-dev.txt will only be regenerated when PIP_COMPILE_ARGS is not
Original file line number Diff line number Diff line change 1
- __version__ = '0.10.0-dev '
1
+ __version__ = '0.10.0'
You can’t perform that action at this time.
0 commit comments