Skip to content

Commit 1952a51

Browse files
committed
Release v0.10.13
1 parent 7e58f52 commit 1952a51

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
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.13
4+
5+
- Support separate kernel environment.
6+
37
## 0.10.12
48

59
- Add `FileWatcher` API.

jupyverse_api/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 = "jupyverse_api"
7-
version = "0.11.2"
7+
version = "0.11.3"
88
description = "The public API for Jupyverse"
99
readme = "README.md"
1010
requires-python = ">=3.9"

plugins/kernel_subprocess/pyproject.toml

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

55
[project]
66
name = "fps_kernel_subprocess"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
description = "An FPS plugin for the kernel subprocess API"
99
keywords = ["jupyter", "server", "fastapi", "plugins"]
1010
requires-python = ">=3.9"
1111
dependencies = [
12-
"jupyverse-api >=0.11.0,<0.12.0",
12+
"jupyverse-api >=0.11.3,<0.12.0",
1313
"anyio",
1414
"pyzmq",
1515
"zmq-anyio >=0.3.1,<0.4.0",

plugins/kernels/pyproject.toml

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

55
[project]
66
name = "fps_kernels"
7-
version = "0.10.2"
7+
version = "0.10.3"
88
description = "An FPS plugin for the kernels API"
99
keywords = ["jupyter", "server", "fastapi", "plugins"]
1010
requires-python = ">=3.9"
1111
dependencies = [
1212
"python-dateutil",
1313
"types-python-dateutil",
14-
"jupyverse-api >=0.11.2,<0.12.0",
14+
"jupyverse-api >=0.11.3,<0.12.0",
1515
"pycrdt >=0.10.3,<0.13.0",
1616
"anyio",
1717
]

pyproject.toml

Lines changed: 4 additions & 4 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.12"
7+
version = "0.10.13"
88
description = "A set of FPS plugins implementing a Jupyter server"
99
keywords = ["jupyter", "server", "fastapi", "plugins"]
1010
requires-python = ">=3.9"
@@ -13,14 +13,14 @@ dependencies = [
1313
"fps-contents >=0.10.1,<0.11.0",
1414
"fps-file-id >=0.3.2,<0.4.0",
1515
"fps-file-watcher >=0.1.1,<0.2.0",
16-
"fps-kernel-subprocess >=0.1.2,<0.2.0",
17-
"fps-kernels >=0.10.2,<0.11.0",
16+
"fps-kernel-subprocess >=0.1.3,<0.2.0",
17+
"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",
2020
"fps-yjs >=0.10.5,<0.11.0",
2121
"fps-lab >=0.9.1,<0.10.0",
2222
"fps-frontend >=0.9.1,<0.10.0",
23-
"jupyverse-api >=0.11.2,<0.12.0",
23+
"jupyverse-api >=0.11.3,<0.12.0",
2424
"rich-click >=1.6.1,<2",
2525
"eval-type-backport; python_version<'3.10'",
2626
]

0 commit comments

Comments
 (0)