Skip to content

Commit

Permalink
Publish 0.2.0
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter_kernel_client-0.2.0-py3-none-any.whl: 262f166f86f14ad035b77679a5383ab5cb7d1a2619de7338676a5c9767190af7

jupyter_kernel_client-0.2.0.tar.gz: 3beeebe78256046f337951aaf7a4544ed466b0a29eb7345dbd1401e3d51400ef
  • Loading branch information
fcollonval committed Dec 4, 2024
1 parent 4752ca2 commit 235ffe8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## 0.2.0

([Full Changelog](https://github.com/datalayer/jupyter-kernel-client/compare/v0.1.1...4752ca24a3e9d3969619ae079f275814b242d943))

### Enhancements made

- Add KernelClient.execute_interactive [#2](https://github.com/datalayer/jupyter-kernel-client/pull/2) ([@fcollonval](https://github.com/fcollonval))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/datalayer/jupyter-kernel-client/graphs/contributors?from=2024-12-04&to=2024-12-04&type=c))

[@fcollonval](https://github.com/search?q=repo%3Adatalayer%2Fjupyter-kernel-client+involves%3Afcollonval+updated%3A2024-12-04..2024-12-04&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.1.1

:warning: Not published
Expand All @@ -15,5 +31,3 @@ First version
([GitHub contributors page for this release](https://github.com/datalayer/jupyter-kernel-client/graphs/contributors?from=2024-11-27&to=2024-12-04&type=c))

[@fcollonval](https://github.com/search?q=repo%3Adatalayer%2Fjupyter-kernel-client+involves%3Afcollonval+updated%3A2024-11-27..2024-12-04&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->
2 changes: 1 addition & 1 deletion jupyter_kernel_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
from .manager import KernelHttpManager
from .wsclient import KernelWebSocketClient

__version__ = "0.1.1"
__version__ = "0.2.0"

__all__ = ["KernelClient", "KernelHttpManager", "KernelWebSocketClient"]

0 comments on commit 235ffe8

Please sign in to comment.