Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit 375e5b1

Browse files
committed
Publish 0.9.2
SHA256 hashes: jupyterlite-xeus-python-0.9.2.tar.gz: 13658c58379fedc05d17127651a81cb6b80252a01e7f897bff078f87f35e13be jupyterlite-xeus-python-kernel-0.9.2.tgz: b738c1d342ac755efbc128ddac2431e5a9e5f40c23189d140156c6298b001f2d jupyterlite_xeus_python-0.9.2-py3-none-any.whl: a58ad762d1bb740a618e1c0f70cbb6617195c5bcd88b95021fe945885d23d3a6
1 parent 70717e5 commit 375e5b1

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
@@ -2,6 +2,26 @@
22

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

5+
## 0.9.2
6+
7+
([Full Changelog](https://github.com/jupyterlite/xeus-python-kernel/compare/v0.9.1...70717e5981fcefd9f0cff7c8eb567cdbe928bef7))
8+
9+
### Documentation improvements
10+
11+
- Remove outdated README part [#141](https://github.com/jupyterlite/xeus-python-kernel/pull/141) ([@martinRenou](https://github.com/martinRenou))
12+
13+
### Other merged PRs
14+
15+
- Add support for pip dependencies [#102](https://github.com/jupyterlite/xeus-python-kernel/pull/102) ([@martinRenou](https://github.com/martinRenou))
16+
17+
### Contributors to this release
18+
19+
([GitHub contributors page for this release](https://github.com/jupyterlite/xeus-python-kernel/graphs/contributors?from=2023-07-20&to=2023-07-24&type=c))
20+
21+
[@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3AmartinRenou+updated%3A2023-07-20..2023-07-24&type=Issues)
22+
23+
<!-- <END NEW CHANGELOG ENTRY> -->
24+
525
## 0.9.1
626

727
([Full Changelog](https://github.com/jupyterlite/xeus-python-kernel/compare/v0.9.0...f6e764fac2ca525be9686b0bddd1dcdf5590162c))
@@ -20,8 +40,6 @@
2040

2141
[@github-actions](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3Agithub-actions+updated%3A2023-06-19..2023-07-20&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3AmartinRenou+updated%3A2023-06-19..2023-07-20&type=Issues)
2242

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2543
## 0.9.0
2644

2745
([Full Changelog](https://github.com/jupyterlite/xeus-python-kernel/compare/v0.8.1...da52ac042abcd300c782e128b319719c6c197d9d))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlite/xeus-python-kernel",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "A Python kernel for JupyterLite, powered by Xeus",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)