Skip to content

Commit 0dd8f86

Browse files
committed
Publish 0.5.0
SHA256 hashes: fps-0.5.0-py3-none-any.whl: c91eaf572ac8e3b9d33ede58abdca774e156c0439e102c05646d8d15ee28bf0c fps-0.5.0.tar.gz: eb081ab442fd6bab80883c2cf1ea81404d39efbcf4de1f6bc9bb70e16fb542a0
1 parent 63d7ad9 commit 0dd8f86

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.0
6+
7+
([Full Changelog](https://github.com/jupyter-server/fps/compare/v0.4.2...63d7ad9b68d36a822ae3d066d0650c22d0dd44e5))
8+
9+
### Merged PRs
10+
11+
- Support nested contexts [#136](https://github.com/jupyter-server/fps/pull/136) ([@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-06-13&to=2025-07-26&type=c))
16+
17+
[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Ffps+involves%3Adavidbrochart+updated%3A2025-06-13..2025-07-26&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.4.2
622

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

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

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

2337
([Full Changelog](https://github.com/jupyter-server/fps/compare/v0.4.0...3bdd5263c63848638112570c115e13948873f370))

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.4.2"
13+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)