Skip to content

Commit

Permalink
version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
belm0 committed Dec 6, 2020
1 parent 8c3ea04 commit 6fafb17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Release history

## trio-websocket 0.9.1 (2020-12-06)
### Fixed
- fix client open_websocket_url() when the URL path component is empty
([#148](https://github.com/HyperionGray/trio-websocket/issues/148))

## trio-websocket 0.9.0 (2020-11-25)

> **_NOTE:_** `wsaccel`, which was important for good performance of
Expand Down
2 changes: 1 addition & 1 deletion trio_websocket/_version.py
@@ -1 +1 @@
__version__ = '0.10.0-dev'
__version__ = '0.9.1'

0 comments on commit 6fafb17

Please sign in to comment.