Skip to content

Commit c5922b0

Browse files
committed
Publish 0.5.1
SHA256 hashes: jupyter_kernel_client-0.5.1-py3-none-any.whl: ec90dd425b3cc530df70db737d67d4b78810e0c3200e2a73ab9e1caa8a35e223 jupyter_kernel_client-0.5.1.tar.gz: 671fb264a46efea61bf8d729f8bff80dcaa87c5cd6d834d8ca5aadbba43d70b5
1 parent 7c41f7d commit c5922b0

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
@@ -8,6 +8,22 @@
88

99
<!-- <START NEW CHANGELOG ENTRY> -->
1010

11+
## 0.5.1
12+
13+
([Full Changelog](https://github.com/datalayer/jupyter-kernel-client/compare/v0.5.0...7c41f7d86d5ba49414b702dcc60a0a41159a98ba))
14+
15+
### Bugs fixed
16+
17+
- Use lock to deal with concurrent interactive execution calls [#19](https://github.com/datalayer/jupyter-kernel-client/pull/19) ([@fcollonval](https://github.com/fcollonval))
18+
19+
### Contributors to this release
20+
21+
([GitHub contributors page for this release](https://github.com/datalayer/jupyter-kernel-client/graphs/contributors?from=2025-01-29&to=2025-02-27&type=c))
22+
23+
[@fcollonval](https://github.com/search?q=repo%3Adatalayer%2Fjupyter-kernel-client+involves%3Afcollonval+updated%3A2025-01-29..2025-02-27&type=Issues)
24+
25+
<!-- <END NEW CHANGELOG ENTRY> -->
26+
1127
## 0.5.0
1228

1329
([Full Changelog](https://github.com/datalayer/jupyter-kernel-client/compare/v0.4.0...b3263cc96e5a1e415d19289fde61935019170d6b))
@@ -27,8 +43,6 @@
2743

2844
[@echarles](https://github.com/search?q=repo%3Adatalayer%2Fjupyter-kernel-client+involves%3Aecharles+updated%3A2024-12-18..2025-01-29&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Adatalayer%2Fjupyter-kernel-client+involves%3Afcollonval+updated%3A2024-12-18..2025-01-29&type=Issues)
2945

30-
<!-- <END NEW CHANGELOG ENTRY> -->
31-
3246
## 0.4.0
3347

3448
([Full Changelog](https://github.com/datalayer/jupyter-kernel-client/compare/v0.3.1...55b117e90c57eab0eb4bdfda16d53aa88d5a8041))

jupyter_kernel_client/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
"""Jupyter Kernel Client through websocket."""
66

7-
__version__ = "0.5.0"
7+
__version__ = "0.5.1"

0 commit comments

Comments
 (0)