Skip to content

Commit 0c57994

Browse files
committed
Release v0.10.25
1 parent 1f4bcba commit 0c57994

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/publish-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
contents: read
1919
steps:
2020
- uses: actions/checkout@v5
21-
- uses: astral-sh/setup-uv@v6
21+
- uses: astral-sh/setup-uv@v7
22+
with:
23+
version: "0.9.9"
2224
- run: uv build --all-packages
2325
- run: uv publish
2426

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.24
3+
## 0.10.25
44

55
- Use `ASGIWebSocketTransport` from `httpx-ws`.
66

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"
7-
version = "0.10.24"
7+
version = "0.10.25"
88
description = "A set of FPS plugins implementing a Jupyter server"
99
keywords = ["jupyter", "server", "fastapi", "plugins"]
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)