Skip to content

Commit 7f821e8

Browse files
committed
Publish 0.5.9
SHA256 hashes: fps-0.5.9-py3-none-any.whl: 19ccfe0232b89caa18f56fec33519a07807e90e5ade5e1db4324a0783607902f fps-0.5.9.tar.gz: c2cdcfe6feb2d9b00c74e92ab02c7468a0c1d46a958741cda350fd8658fdf9ff
1 parent f7fb84d commit 7f821e8

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 0.5.9
6+
7+
([Full Changelog](https://github.com/jupyter-server/fps/compare/v0.5.8...f7fb84dead5443279a5b97f727f3bee5bc92482f))
8+
9+
### Merged PRs
10+
11+
- Fix FastAPIModule's `routes_url` [#149](https://github.com/jupyter-server/fps/pull/149) ([@davidbrochart](https://github.com/davidbrochart))
12+
13+
### Contributors to this release
14+
15+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
16+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/#how-does-this-tool-define-contributions-in-the-reports).
17+
18+
([GitHub contributors page for this release](https://github.com/jupyter-server/fps/graphs/contributors?from=2026-01-07&to=2026-01-07&type=c))
19+
20+
@davidbrochart ([activity](https://github.com/search?q=repo%3Ajupyter-server%2Ffps+involves%3Adavidbrochart+updated%3A2026-01-07..2026-01-07&type=Issues))
21+
22+
<!-- <END NEW CHANGELOG ENTRY> -->
23+
524
## 0.5.8
625

726
([Full Changelog](https://github.com/jupyter-server/fps/compare/v0.5.7...676b9248a5a7810475005b37d510dc2fed45639b))
@@ -19,8 +38,6 @@ See [our definition of contributors](https://github-activity.readthedocs.io/en/l
1938

2039
@davidbrochart ([activity](https://github.com/search?q=repo%3Ajupyter-server%2Ffps+involves%3Adavidbrochart+updated%3A2025-12-18..2026-01-07&type=Issues))
2140

22-
<!-- <END NEW CHANGELOG ENTRY> -->
23-
2441
## 0.5.7
2542

2643
([Full Changelog](https://github.com/jupyter-server/fps/compare/v0.5.6...c4c05c7e4a95c76d128c45e47bb2160c50c8ec38))

src/fps/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
from ._config import merge_config as merge_config
1212
from ._signal import Signal as Signal
1313

14-
__version__ = "0.5.8"
14+
__version__ = "0.5.9"

0 commit comments

Comments
 (0)