Skip to content

Commit 077f1e8

Browse files
committed
Publish 0.5.1
SHA256 hashes: fps-0.5.1-py3-none-any.whl: 9dfe4d28fbe04afcd82053b1360cc7e852846aa2b51d4b0aa5237e7d69398599 fps-0.5.1.tar.gz: 715fc92a595a31114e3245dd133bfac35950c964df37ed030492910256300426
1 parent 5fa147d commit 077f1e8

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.1
6+
7+
([Full Changelog](https://github.com/jupyter-server/fps/compare/v0.5.0...5fa147d95d96bbaa0393723c454b4eb32d0d590f))
8+
9+
### Merged PRs
10+
11+
- Don't nest contexts in modules [#137](https://github.com/jupyter-server/fps/pull/137) ([@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-07-26&type=c))
16+
17+
[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Ffps+involves%3Adavidbrochart+updated%3A2025-07-26..2025-07-26&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.5.0
622

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

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

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

2337
([Full Changelog](https://github.com/jupyter-server/fps/compare/v0.4.1...1154d342b0543d82e104899d406246e5d09c8a34))

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.0"
13+
__version__ = "0.5.1"

0 commit comments

Comments
 (0)