From b8f73906a303272a23a826952ed12aa0e3a7d424 Mon Sep 17 00:00:00 2001 From: davidbrochart Date: Wed, 4 Oct 2023 14:47:48 +0000 Subject: [PATCH] Publish 0.12.4 SHA256 hashes: ypy_websocket-0.12.4-py3-none-any.whl: ff04a206d8d6996ad30aff582dea0a152f933537efa404d1936ec68fffe0e910 ypy_websocket-0.12.4.tar.gz: cbbf5fdaa9a301a0b5f9455f1f29478b7c05b62773b2dd2a65c6502b4e10afa1 --- CHANGELOG.md | 18 ++++++++++++++++-- ypy_websocket/__init__.py | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 285dfc2..98d8db0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 0.12.4 + +([Full Changelog](https://github.com/y-crdt/ypy-websocket/compare/v0.12.3...5e95afd99fcc5373591876f2023b975e18fad3cb)) + +### Merged PRs + +- Fix \_staring -> \_starting [#87](https://github.com/y-crdt/ypy-websocket/pull/87) ([@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-09-07&to=2023-10-04&type=c)) + +[@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)) @@ -16,8 +32,6 @@ [@zswaff](https://github.com/search?q=repo%3Ay-crdt%2Fypy-websocket+involves%3Azswaff+updated%3A2023-08-31..2023-09-07&type=Issues) - - ## 0.12.2 ([Full Changelog](https://github.com/y-crdt/ypy-websocket/compare/v0.12.1...214b8365ccd38cd620e6f5b46d34354bdd3d8dbf)) diff --git a/ypy_websocket/__init__.py b/ypy_websocket/__init__.py index b3661da..3fe0bc9 100644 --- a/ypy_websocket/__init__.py +++ b/ypy_websocket/__init__.py @@ -3,4 +3,4 @@ from .websocket_server import WebsocketServer, YRoom # noqa from .yutils import YMessageType # noqa -__version__ = "0.12.3" +__version__ = "0.12.4"