Skip to content

Commit c6a4acb

Browse files
committed
Publish 0.5.2
SHA256 hashes: fps-0.5.2-py3-none-any.whl: 86981a5a81d00e6a0e4b50c46197c538f1d4b0f3c6abdb38b14e0e5ff51ae16d fps-0.5.2.tar.gz: a0f7c16d1d0f75ec4d875234b4baf0ae2a178bd4bd6d0c2a657ff4cea2f49a1a
1 parent fa0eeb0 commit c6a4acb

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.2
6+
7+
([Full Changelog](https://github.com/jupyter-server/fps/compare/v0.5.1...fa0eeb00b0c415739a768413c5700be4d1bfee8d))
8+
9+
### Merged PRs
10+
11+
- Add global start timeout [#138](https://github.com/jupyter-server/fps/pull/138) ([@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-07-26&to=2025-09-11&type=c))
16+
17+
[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Ffps+involves%3Adavidbrochart+updated%3A2025-07-26..2025-09-11&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.5.1
622

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

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

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

2337
([Full Changelog](https://github.com/jupyter-server/fps/compare/v0.4.2...63d7ad9b68d36a822ae3d066d0650c22d0dd44e5))

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.1"
13+
__version__ = "0.5.2"

0 commit comments

Comments
 (0)