Skip to content

Commit

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

pycrdt_websocket-0.13.3-py3-none-any.whl: 51724c08df268ad1ae940bad70c6652766ecb48a0fb6fbf2bab825146b87098b

pycrdt_websocket-0.13.3.tar.gz: fc701b99c2a124072a305dabf74968abb351705d1858c80639bab4f0c083167c
  • Loading branch information
davidbrochart committed May 6, 2024
1 parent e13521d commit 7eec3e0
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.13.3

([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.13.2...e13521d503e4858dac4db78d7f61e8010596ad35))

### Enhancements made

- Keep the YStore task group alive [#42](https://github.com/jupyter-server/pycrdt-websocket/pull/42) ([@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=2024-05-02&to=2024-05-06&type=c))

[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Adavidbrochart+updated%3A2024-05-02..2024-05-06&type=Issues)

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

## 0.13.2

([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.13.1...8e85b261a65e31aa5a50280e3b65e2be05039ce2))
Expand All @@ -18,8 +34,6 @@

[@jzhang20133](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Ajzhang20133+updated%3A2024-04-29..2024-05-02&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Apre-commit-ci+updated%3A2024-04-29..2024-05-02&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3AZsailer+updated%3A2024-04-29..2024-05-02&type=Issues)

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

## 0.13.1

([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.13.0...c501156c7c5e6dbb78daf48af97a3a48903c6f06))
Expand Down
2 changes: 1 addition & 1 deletion pycrdt_websocket/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from .yroom import YRoom as YRoom
from .yutils import YMessageType as YMessageType

__version__ = "0.13.2"
__version__ = "0.13.3"

0 comments on commit 7eec3e0

Please sign in to comment.