Skip to content

Commit 5d3251d

Browse files
committed
Release v0.10.16
1 parent cd6c1af commit 5d3251d

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.16
4+
5+
- Fix `fps-auth-fief` entry points.
6+
37
## 0.10.15
48

59
- Fix JupyterLab loading with document URL.

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 = "hatchling.build"
44

55
[project]
66
name = "fps_auth_fief"
7-
version = "0.9.2"
7+
version = "0.9.3"
88
description = "An FPS plugin for the authentication API, using Fief"
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.15"
7+
version = "0.10.16"
88
description = "A set of FPS plugins implementing a Jupyter server"
99
keywords = ["jupyter", "server", "fastapi", "plugins"]
1010
requires-python = ">=3.9"
@@ -43,7 +43,7 @@ Homepage = "https://jupyter.org"
4343
jupyterlab = ["fps-jupyterlab >=0.10.0,<0.11.0"]
4444
notebook = ["fps-notebook>=0.9.2,<0.10.0"]
4545
auth = ["fps-auth >=0.9.2,<0.10.0", "fps-login >=0.9.2,<0.10.0"]
46-
auth-fief = ["fps-auth-fief >=0.9.2,<0.10.0"]
46+
auth-fief = ["fps-auth-fief >=0.9.3,<0.10.0"]
4747
auth-jupyterhub = ["fps-auth-jupyterhub >=0.9.3,<0.10.0"]
4848
noauth = ["fps-noauth >=0.9.3,<0.10.0"]
4949
test = [

0 commit comments

Comments
 (0)