From e57478aefde7a776234483a83f8e4fb6d9eb8f3e Mon Sep 17 00:00:00 2001 From: davidbrochart Date: Tue, 26 Dec 2023 15:49:26 +0000 Subject: [PATCH] Publish 0.12.6 SHA256 hashes: pycrdt_websocket-0.12.6-py3-none-any.whl: 05b528e40c9d4b5ea5613183b677151d2ca380faa1c87d68eec4f7a938b006b8 pycrdt_websocket-0.12.6.tar.gz: 5a7b6f0dec774011d6898db3782adf7ea601f788537dc7af71dc8f06101699fe --- CHANGELOG.md | 19 +++++++++++++++++-- pycrdt_websocket/__init__.py | 2 +- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a36571f..9145966 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## 0.12.6 + +([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.12.5...b4a55efb4eb3f9fc5191c18cbcb627129677fb10)) + +### Merged PRs + +- Update pycrdt v0.8 [#7](https://github.com/jupyter-server/pycrdt-websocket/pull/7) ([@davidbrochart](https://github.com/davidbrochart)) +- Fix README [#2](https://github.com/jupyter-server/pycrdt-websocket/pull/2) ([@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=2023-12-08&to=2023-12-26&type=c)) + +[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Adavidbrochart+updated%3A2023-12-08..2023-12-26&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Apre-commit-ci+updated%3A2023-12-08..2023-12-26&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Awelcome+updated%3A2023-12-08..2023-12-26&type=Issues) + + + ## 0.12.5 ([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/de210d3a945eebd8cfb7907f7b10265ffc907fe1...5de0c0e3604e3b03ef396af29c0a9dc5f5425ffe)) @@ -16,8 +33,6 @@ [@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) - - ## 0.12.4 ([Full Changelog](https://github.com/y-crdt/ypy-websocket/compare/v0.12.3...5e95afd99fcc5373591876f2023b975e18fad3cb)) diff --git a/pycrdt_websocket/__init__.py b/pycrdt_websocket/__init__.py index df12a0e..9a561b4 100644 --- a/pycrdt_websocket/__init__.py +++ b/pycrdt_websocket/__init__.py @@ -3,4 +3,4 @@ from .websocket_server import WebsocketServer, YRoom # noqa from .yutils import YMessageType # noqa -__version__ = "0.12.5" +__version__ = "0.12.6"