Skip to content

Commit

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

ypy_websocket-0.9.0-py3-none-any.whl: 22be32ca1ba8853f40192560556e110d1426a7156c37d436a2a46628f1389f7c

ypy_websocket-0.9.0.tar.gz: dd12ae046ea7ddf2c58f028b74cacb9c493dd07229c5efda775dcdc2c26096a5
  • Loading branch information
davidbrochart committed Apr 6, 2023
1 parent 69cbc95 commit d153d53
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

## 0.9.0

([Full Changelog](https://github.com/y-crdt/ypy-websocket/compare/v0.8.4...69cbc95f011e29418cd2c0904245db16b7b0fb64))

### Merged PRs

- Use anyio instead of aiofiles [#72](https://github.com/y-crdt/ypy-websocket/pull/72) ([@davidbrochart](https://github.com/davidbrochart))
- Add license, URLs, classifiers [#71](https://github.com/y-crdt/ypy-websocket/pull/71) ([@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-02-21&to=2023-04-06&type=c))

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

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

## 0.8.4

([Full Changelog](https://github.com/y-crdt/ypy-websocket/compare/v0.8.3...7b7f66d380e5ff02d4dceb51d5a16bd6fc3adc76))
Expand All @@ -16,8 +33,6 @@

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

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

## 0.8.3

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

__version__ = "0.8.4"
__version__ = "0.9.0"

0 comments on commit d153d53

Please sign in to comment.