From 6f9b17c9e6684e659387252f342adb52bb58e002 Mon Sep 17 00:00:00 2001 From: davidbrochart Date: Thu, 7 Sep 2023 08:00:47 +0000 Subject: [PATCH] Publish 0.12.3 SHA256 hashes: ypy_websocket-0.12.3-py3-none-any.whl: 3a9fb2a15e756436da7c2654b116a3f118b39a5bf3bcf13a4d7f69b33311ed06 ypy_websocket-0.12.3.tar.gz: 787255b2973d1a561fe8bdd5d1668f09417ff3ac806836435e260e387b927a88 --- CHANGELOG.md | 18 ++++++++++++++++-- ypy_websocket/__init__.py | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c58ae7..285dfc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 0.12.3 + +([Full Changelog](https://github.com/y-crdt/ypy-websocket/compare/v0.12.2...18a479d012a880981e6d31d71269468abff75cfe)) + +### Merged PRs + +- Add Django Channels consumer [#84](https://github.com/y-crdt/ypy-websocket/pull/84) ([@zswaff](https://github.com/zswaff)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/y-crdt/ypy-websocket/graphs/contributors?from=2023-08-31&to=2023-09-07&type=c)) + +[@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)) @@ -16,8 +32,6 @@ [@davidbrochart](https://github.com/search?q=repo%3Ay-crdt%2Fypy-websocket+involves%3Adavidbrochart+updated%3A2023-06-20..2023-08-31&type=Issues) - - ## 0.12.1 ([Full Changelog](https://github.com/y-crdt/ypy-websocket/compare/v0.12.0...930ec4956bea9954b7ce06acfa66629a0273736f)) diff --git a/ypy_websocket/__init__.py b/ypy_websocket/__init__.py index 66031e9..b3661da 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.2" +__version__ = "0.12.3"