Skip to content

Commit ac0e5a3

Browse files
committed
Release v0.10.12
1 parent 5ba15fc commit ac0e5a3

File tree

7 files changed

+11
-15
lines changed

7 files changed

+11
-15
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Version history
22

3-
## 0.10.11
3+
## 0.10.12
44

55
- Add `FileWatcher` API.
66
- Add `fps-file-watcher`, which uses `watchfiles`.

plugins/file_id/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_file_id"
7-
version = "0.3.1"
7+
version = "0.3.2"
88
description = "An FPS plugin for the file ID API"
99
keywords = ["jupyter", "server", "fastapi", "plugins"]
1010
requires-python = ">=3.9"

plugins/file_watcher/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_file_watcher"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "An FPS plugin for the file watcher API"
99
keywords = ["jupyter", "server", "fastapi", "plugins"]
1010
requires-python = ">=3.9"

plugins/file_watcher_poll/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_file_watcher_poll"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "An FPS plugin for the file watcher API"
99
keywords = ["jupyter", "server", "fastapi", "plugins"]
1010
requires-python = ">=3.9"

plugins/kernels/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_kernels"
7-
version = "0.10.1"
7+
version = "0.10.2"
88
description = "An FPS plugin for the kernels API"
99
keywords = ["jupyter", "server", "fastapi", "plugins"]
1010
requires-python = ">=3.9"

plugins/yjs/pyproject.toml

Lines changed: 1 addition & 5 deletions
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.4"
7+
version = "0.10.5"
88
description = "An FPS plugin for the Yjs API"
99
keywords = [ "jupyter", "server", "fastapi", "plugins" ]
1010
requires-python = ">=3.9"
@@ -30,10 +30,6 @@ text = "BSD 3-Clause License"
3030
[project.urls]
3131
Homepage = "https://jupyter.org"
3232

33-
[tool.hatch.build.targets.wheel]
34-
ignore-vcs = true
35-
packages = ["src/zmq_anyio"]
36-
3733
[project.entry-points]
3834
"fps.modules" = {yjs = "fps_yjs.main:YjsModule"}
3935
"jupyverse.modules" = {yjs = "fps_yjs.main:YjsModule"}

pyproject.toml

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

55
[project]
66
name = "jupyverse"
7-
version = "0.10.11"
7+
version = "0.10.12"
88
description = "A set of FPS plugins implementing a Jupyter server"
99
keywords = ["jupyter", "server", "fastapi", "plugins"]
1010
requires-python = ">=3.9"
1111
dependencies = [
1212
"fps[click,fastapi,anycorn] >=0.5.1,<0.6.0",
1313
"fps-contents >=0.10.1,<0.11.0",
14-
"fps-file-id >=0.3.1,<0.4.0",
15-
"fps-file-watcher >=0.1.0,<0.2.0",
14+
"fps-file-id >=0.3.2,<0.4.0",
15+
"fps-file-watcher >=0.1.1,<0.2.0",
1616
"fps-kernel-subprocess >=0.1.2,<0.2.0",
17-
"fps-kernels >=0.10.1,<0.11.0",
17+
"fps-kernels >=0.10.2,<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.3,<0.11.0",
20+
"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",
2323
"jupyverse-api >=0.11.2,<0.12.0",

0 commit comments

Comments
 (0)