Skip to content

Commit 8d4bcca

Browse files
committed
Publish 0.5.3
SHA256 hashes: fps-0.5.3-py3-none-any.whl: 69487a684bb7c2b360a1e76bd5de9d28ba96cdd83d7e5b2bbedde205be022b09 fps-0.5.3.tar.gz: a70a07c96167eeb6742fb245c81a3a1b855d6441996a47078b7d07e16f1caa61
1 parent 189f380 commit 8d4bcca

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.5.3
6+
7+
([Full Changelog](https://github.com/jupyter-server/fps/compare/v0.5.2...189f38082c675ce21e2a0271c6e945a1b25bce80))
8+
9+
### Merged PRs
10+
11+
- Fix typos in docs, general update [#139](https://github.com/jupyter-server/fps/pull/139) ([@davidbrochart](https://github.com/davidbrochart))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyter-server/fps/graphs/contributors?from=2025-09-11&to=2025-11-17&type=c))
16+
17+
[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Ffps+involves%3Adavidbrochart+updated%3A2025-09-11..2025-11-17&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.5.2
622

723
([Full Changelog](https://github.com/jupyter-server/fps/compare/v0.5.1...fa0eeb00b0c415739a768413c5700be4d1bfee8d))
@@ -16,8 +32,6 @@
1632

1733
[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Ffps+involves%3Adavidbrochart+updated%3A2025-07-26..2025-09-11&type=Issues)
1834

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2135
## 0.5.1
2236

2337
([Full Changelog](https://github.com/jupyter-server/fps/compare/v0.5.0...5fa147d95d96bbaa0393723c454b4eb32d0d590f))

src/fps/__init__.py

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

13-
__version__ = "0.5.2"
13+
__version__ = "0.5.3"

0 commit comments

Comments
 (0)