From 88b4f7270999e41156e3b4d46dfa96ceb8cb4c89 Mon Sep 17 00:00:00 2001 From: davidbrochart Date: Fri, 8 Dec 2023 13:39:17 +0000 Subject: [PATCH] Publish 0.12.5 SHA256 hashes: pycrdt_websocket-0.12.5-py3-none-any.whl: c602bc1359124395acf40782433ed8464f3d2664f0edfc723ce2420dc5ebb355 pycrdt_websocket-0.12.5.tar.gz: f7bec9378a07e99ae99f6f14018e70f95250017cf1190ef2c1736cce0cd56a2c --- CHANGELOG.md | 18 ++++++++++++++++-- pycrdt_websocket/__init__.py | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98d8db0..a36571f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 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) + + + ## 0.12.4 ([Full Changelog](https://github.com/y-crdt/ypy-websocket/compare/v0.12.3...5e95afd99fcc5373591876f2023b975e18fad3cb)) @@ -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) - - ## 0.12.3 ([Full Changelog](https://github.com/y-crdt/ypy-websocket/compare/v0.12.2...18a479d012a880981e6d31d71269468abff75cfe)) diff --git a/pycrdt_websocket/__init__.py b/pycrdt_websocket/__init__.py index 3fe0bc9..df12a0e 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.4" +__version__ = "0.12.5"