Skip to content

Commit

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

jupyter_nbmodel_client-0.3.0-py3-none-any.whl: b1548dd4288c849dd620a91835818d4a3a1eef4183d3cd1c4b8e20c924590d37

jupyter_nbmodel_client-0.3.0.tar.gz: 01f966892f02dc7d4fb4a4aafef0f863b178c25c0c3eb21ee429ebf7e4a82162
  • Loading branch information
fcollonval committed Dec 10, 2024
1 parent cfc7a80 commit f115a30
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.3.0

([Full Changelog](https://github.com/datalayer/jupyter-nbmodel-client/compare/v0.2.0...cfc7a804957b777900c105cada76993ce0f6d0c0))

### Enhancements made

- Add execution options [#11](https://github.com/datalayer/jupyter-nbmodel-client/pull/11) ([@fcollonval](https://github.com/fcollonval))

### Documentation improvements

- Add pypi badge [#10](https://github.com/datalayer/jupyter-nbmodel-client/pull/10) ([@fcollonval](https://github.com/fcollonval))

### Contributors to this release

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

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

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

## 0.2.0

([Full Changelog](https://github.com/datalayer/jupyter-nbmodel-client/compare/v0.1.1...590550c1b7d76656f10a0ad59b133d5fe6ab5556))
Expand All @@ -26,8 +46,6 @@

[@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 Down
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.2.0"
__version__ = "0.3.0"

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

0 comments on commit f115a30

Please sign in to comment.