Skip to content

Commit 5e53bf6

Browse files
committed
Publish 0.2.0
SHA256 hashes: jupyter_nbmodel_client-0.2.0-py3-none-any.whl: ba9712026c41bd4f5e93efcc4393f471195a594e9182cf451483ea1a11f16df1 jupyter_nbmodel_client-0.2.0.tar.gz: 1cc666634b92b7375fd5e3f62a96fc9eb0d8ab05fcbb2b6c1be4081878af2c7a
1 parent 590550c commit 5e53bf6

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,26 @@
88

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

11+
## 0.2.0
12+
13+
([Full Changelog](https://github.com/datalayer/jupyter-nbmodel-client/compare/v0.1.1...590550c1b7d76656f10a0ad59b133d5fe6ab5556))
14+
15+
### Enhancements made
16+
17+
- Polish API [#9](https://github.com/datalayer/jupyter-nbmodel-client/pull/9) ([@fcollonval](https://github.com/fcollonval))
18+
19+
### Other merged PRs
20+
21+
- 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))
22+
23+
### Contributors to this release
24+
25+
([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))
26+
27+
[@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)
28+
29+
<!-- <END NEW CHANGELOG ENTRY> -->
30+
1131
## 0.1.1
1232

1333
([Full Changelog](https://github.com/datalayer/jupyter-nbmodel-client/compare/aef1fe634cfe585219a2c8ec8a3f9373e6834fec...aae60dc27cc23cf84fe6b4d263506495adb97dd6))
@@ -27,5 +47,3 @@
2747
([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))
2848

2949
[@fcollonval](https://github.com/search?q=repo%3Adatalayer%2Fjupyter-nbmodel-client+involves%3Afcollonval+updated%3A2024-12-02..2024-12-04&type=Issues)
30-
31-
<!-- <END NEW CHANGELOG ENTRY> -->

jupyter_nbmodel_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
from .client import NbModelClient
1010
from .model import KernelClient, NotebookModel
1111

12-
__version__ = "0.1.1"
12+
__version__ = "0.2.0"
1313

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

0 commit comments

Comments
 (0)