Skip to content

Commit

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

jupyter_nbmodel_client-0.2.0-py3-none-any.whl: ba9712026c41bd4f5e93efcc4393f471195a594e9182cf451483ea1a11f16df1

jupyter_nbmodel_client-0.2.0.tar.gz: 1cc666634b92b7375fd5e3f62a96fc9eb0d8ab05fcbb2b6c1be4081878af2c7a
  • Loading branch information
fcollonval committed Dec 9, 2024
1 parent 590550c commit 5e53bf6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,26 @@

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

## 0.2.0

([Full Changelog](https://github.com/datalayer/jupyter-nbmodel-client/compare/v0.1.1...590550c1b7d76656f10a0ad59b133d5fe6ab5556))

### Enhancements made

- Polish API [#9](https://github.com/datalayer/jupyter-nbmodel-client/pull/9) ([@fcollonval](https://github.com/fcollonval))

### Other merged PRs

- Bump apache/skywalking-eyes from e19b828cea6a6027cceae78f05d81317347d21be to 3ea9df11bb3a5a85665377d1fd10c02edecf2c40 in the actions group [#5](https://github.com/datalayer/jupyter-nbmodel-client/pull/5) ([@dependabot](https://github.com/dependabot))

### Contributors to this release

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

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

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

## 0.1.1

([Full Changelog](https://github.com/datalayer/jupyter-nbmodel-client/compare/aef1fe634cfe585219a2c8ec8a3f9373e6834fec...aae60dc27cc23cf84fe6b4d263506495adb97dd6))
Expand All @@ -27,5 +47,3 @@
([GitHub contributors page for this release](https://github.com/datalayer/jupyter-nbmodel-client/graphs/contributors?from=2024-12-02&to=2024-12-04&type=c))

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

<!-- <END NEW CHANGELOG ENTRY> -->
2 changes: 1 addition & 1 deletion jupyter_nbmodel_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
from .client import NbModelClient
from .model import KernelClient, NotebookModel

__version__ = "0.1.1"
__version__ = "0.2.0"

__all__ = ["KernelClient", "NbModelClient", "NotebookModel", "NotebookNode"]

0 comments on commit 5e53bf6

Please sign in to comment.