Skip to content

Commit

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

pycrdt_websocket-0.12.5-py3-none-any.whl: c602bc1359124395acf40782433ed8464f3d2664f0edfc723ce2420dc5ebb355

pycrdt_websocket-0.12.5.tar.gz: f7bec9378a07e99ae99f6f14018e70f95250017cf1190ef2c1736cce0cd56a2c
  • Loading branch information
davidbrochart committed Dec 8, 2023
1 parent 5de0c0e commit 88b4f72
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.5

([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/de210d3a945eebd8cfb7907f7b10265ffc907fe1...5de0c0e3604e3b03ef396af29c0a9dc5f5425ffe))

### Merged PRs

- Replace davidbrochart with jupyter-server [#1](https://github.com/jupyter-server/pycrdt-websocket/pull/1) ([@davidbrochart](https://github.com/davidbrochart))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter-server/pycrdt-websocket/graphs/contributors?from=2022-04-21&to=2023-12-08&type=c))

[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Adavidbrochart+updated%3A2022-04-21..2023-12-08&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Awelcome+updated%3A2022-04-21..2023-12-08&type=Issues)

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

## 0.12.4

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

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

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

## 0.12.3

([Full Changelog](https://github.com/y-crdt/ypy-websocket/compare/v0.12.2...18a479d012a880981e6d31d71269468abff75cfe))
Expand Down
2 changes: 1 addition & 1 deletion pycrdt_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.4"
__version__ = "0.12.5"

0 comments on commit 88b4f72

Please sign in to comment.