Skip to content

Commit

Permalink
Publish 0.11.0
Browse files Browse the repository at this point in the history
SHA256 hashes:

ypy_websocket-0.11.0-py3-none-any.whl: 41891176721174e39e20006d82316442dc44e6dd4541e5166101099021edd35d

ypy_websocket-0.11.0.tar.gz: 16ab8ec3e32cfa174b015221a337dee5a676ce73397c3f26858369fc71ea7bfc
  • Loading branch information
davidbrochart committed Jun 16, 2023
1 parent 17a2e14 commit dc4e130
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

<!-- <START NEW CHANGELOG ENTRY> -->

## 0.11.0

([Full Changelog](https://github.com/y-crdt/ypy-websocket/compare/v0.10.0...17a2e147b34dea8b46ced173417df1f386d957ee))

### Merged PRs

- Use AnyIO [#77](https://github.com/y-crdt/ypy-websocket/pull/77) ([@davidbrochart](https://github.com/davidbrochart))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/y-crdt/ypy-websocket/graphs/contributors?from=2023-06-01&to=2023-06-16&type=c))

[@davidbrochart](https://github.com/search?q=repo%3Ay-crdt%2Fypy-websocket+involves%3Adavidbrochart+updated%3A2023-06-01..2023-06-16&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ay-crdt%2Fypy-websocket+involves%3Afcollonval+updated%3A2023-06-01..2023-06-16&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.10.0

([Full Changelog](https://github.com/y-crdt/ypy-websocket/compare/v0.9.0...49a45305416f70a5c7c969f1017e5b3e871db812))
Expand All @@ -16,8 +32,6 @@

[@davidbrochart](https://github.com/search?q=repo%3Ay-crdt%2Fypy-websocket+involves%3Adavidbrochart+updated%3A2023-04-06..2023-06-01&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.9.0

([Full Changelog](https://github.com/y-crdt/ypy-websocket/compare/v0.8.4...69cbc95f011e29418cd2c0904245db16b7b0fb64))
Expand Down
2 changes: 1 addition & 1 deletion ypy_websocket/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .websocket_server import WebsocketServer, YRoom # noqa
from .yutils import YMessageType # noqa

__version__ = "0.10.0"
__version__ = "0.11.0"

0 comments on commit dc4e130

Please sign in to comment.