Skip to content

Commit

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

ypy_websocket-0.12.2-py3-none-any.whl: f5a5a523ed27ffa8676dd3337b100c2a337f13f6c42392e95dd24f66f3a6dd5a

ypy_websocket-0.12.2.tar.gz: 1d0f876e6a586248c54b52735798cc473e5800f8cd4acd050b5d5f20f2ef9bf6
  • Loading branch information
davidbrochart committed Aug 31, 2023
1 parent 214b836 commit e1d70eb
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.12.2

([Full Changelog](https://github.com/y-crdt/ypy-websocket/compare/v0.12.1...214b8365ccd38cd620e6f5b46d34354bdd3d8dbf))

### Merged PRs

- Pin anyio\<5 [#83](https://github.com/y-crdt/ypy-websocket/pull/83) ([@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-20&to=2023-08-31&type=c))

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

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

## 0.12.1

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

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

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

## 0.12.0

([Full Changelog](https://github.com/y-crdt/ypy-websocket/compare/v0.11.1...1af218b034ac16d1bd20d53230e83c9570a799be))
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.12.1"
__version__ = "0.12.2"

0 comments on commit e1d70eb

Please sign in to comment.