Skip to content

Commit c2ec24e

Browse files
committed
Release v0.10.22
1 parent ae67cf8 commit c2ec24e

File tree

24 files changed

+49
-44
lines changed

24 files changed

+49
-44
lines changed

CHANGELOG.md

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

3+
## 0.10.22
4+
5+
This release drops `hatch` for the build backend and the environment management,
6+
in favor of `uv`.
7+
38
## 0.10.21
49

510
- Add shutdown 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 = "uv_build"
44

55
[project]
66
name = "jupyverse_api"
7-
version = "0.12.2"
7+
version = "0.12.3"
88
description = "The public API for Jupyverse"
99
readme = "README.md"
1010
requires-python = ">=3.10"

plugins/auth/pyproject.toml

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

55
[project]
66
name = "fps_auth"
7-
version = "0.9.3"
7+
version = "0.9.4"
88
description = "An FPS plugin for the authentication API"
99
keywords = ["jupyter", "server", "fastapi", "plugins"]
1010
requires-python = ">=3.10"

plugins/auth_fief/pyproject.toml

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

55
[project]
66
name = "fps_auth_fief"
7-
version = "0.9.4"
7+
version = "0.9.5"
88
description = "An FPS plugin for the authentication API, using Fief"
99
keywords = ["jupyter", "server", "fastapi", "plugins"]
1010
requires-python = ">=3.10"

plugins/auth_jupyterhub/pyproject.toml

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

55
[project]
66
name = "fps_auth_jupyterhub"
7-
version = "0.9.4"
7+
version = "0.9.5"
88
description = "An FPS plugin for the authentication API, using JupyterHub"
99
keywords = ["jupyter", "server", "fastapi", "plugins"]
1010
requires-python = ">=3.10"

plugins/contents/pyproject.toml

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

55
[project]
66
name = "fps_contents"
7-
version = "0.10.3"
7+
version = "0.10.4"
88
description = "An FPS plugin for the contents API"
99
keywords = ["jupyter", "server", "fastapi", "plugins"]
1010
requires-python = ">=3.10"

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 = "uv_build"
44

55
[project]
66
name = "fps_file_id"
7-
version = "0.3.4"
7+
version = "0.3.5"
88
description = "An FPS plugin for the file ID API"
99
keywords = ["jupyter", "server", "fastapi", "plugins"]
1010
requires-python = ">=3.10"

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 = "uv_build"
44

55
[project]
66
name = "fps_file_watcher"
7-
version = "0.1.3"
7+
version = "0.1.4"
88
description = "An FPS plugin for the file watcher API"
99
keywords = ["jupyter", "server", "fastapi", "plugins"]
1010
requires-python = ">=3.10"

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 = "uv_build"
44

55
[project]
66
name = "fps_file_watcher_poll"
7-
version = "0.1.3"
7+
version = "0.1.4"
88
description = "An FPS plugin for the file watcher API"
99
keywords = ["jupyter", "server", "fastapi", "plugins"]
1010
requires-python = ">=3.10"

plugins/frontend/pyproject.toml

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

55
[project]
66
name = "fps_frontend"
7-
version = "0.9.3"
7+
version = "0.9.4"
88
description = "An FPS plugin for the frontend related configuration"
99
keywords = ["jupyter", "server", "fastapi", "plugins"]
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)