Skip to content

Commit 6cff05f

Browse files
committed
Release v0.10.14
1 parent b36a6a9 commit 6cff05f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Version history
22

3+
## 0.10.14
4+
5+
- Fix document duplication with out-of-band changes.
6+
37
## 0.10.13
48

59
- Support separate kernel environment.

plugins/yjs/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "fps_yjs"
7-
version = "0.10.5"
7+
version = "0.11.0"
88
description = "An FPS plugin for the Yjs API"
99
keywords = [ "jupyter", "server", "fastapi", "plugins" ]
1010
requires-python = ">=3.9"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "jupyverse"
7-
version = "0.10.13"
7+
version = "0.10.14"
88
description = "A set of FPS plugins implementing a Jupyter server"
99
keywords = ["jupyter", "server", "fastapi", "plugins"]
1010
requires-python = ">=3.9"
@@ -17,7 +17,7 @@ dependencies = [
1717
"fps-kernels >=0.10.3,<0.11.0",
1818
"fps-terminals >=0.9.1,<0.10.0",
1919
"fps-nbconvert >=0.9.1,<0.10.0",
20-
"fps-yjs >=0.10.5,<0.11.0",
20+
"fps-yjs >=0.11.0,<0.12.0",
2121
"fps-lab >=0.9.1,<0.10.0",
2222
"fps-frontend >=0.9.1,<0.10.0",
2323
"jupyverse-api >=0.11.3,<0.12.0",

0 commit comments

Comments
 (0)