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

Commit 63c96ab

Browse files
committed
Publish 0.8.1
SHA256 hashes: jupyterlite-xeus-python-0.8.1.tar.gz: eac0e2fc2868aa3fd7c77c512007ff4aa7770468a8f95f0f34356a3af01fa342 jupyterlite-xeus-python-kernel-0.8.1.tgz: 8cdb3c97bc95ad6c7e767f6fed49d470e003051f78f8cb3da13fca178ce93b62 jupyterlite_xeus_python-0.8.1-py3-none-any.whl: 6a5bb210a6a9211e4687ebe71b6c757c55a9c743b56c0b75927a705901ee1505
1 parent 9af9419 commit 63c96ab

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

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

5+
## 0.8.1
6+
7+
([Full Changelog](https://github.com/jupyterlite/xeus-python-kernel/compare/v0.8.0...9af9419ab2cdf54605627c870e25391128113538))
8+
9+
### Bugs fixed
10+
11+
- Pin xeus-python to a known working version [#129](https://github.com/jupyterlite/xeus-python-kernel/pull/129) ([@martinRenou](https://github.com/martinRenou))
12+
13+
### Documentation improvements
14+
15+
- Add advanced section to the docs for providing a custom `empack_config.yaml` [#127](https://github.com/jupyterlite/xeus-python-kernel/pull/127) ([@jtpio](https://github.com/jtpio))
16+
- Convert docs to Markdown [#125](https://github.com/jupyterlite/xeus-python-kernel/pull/125) ([@jtpio](https://github.com/jtpio))
17+
18+
### Contributors to this release
19+
20+
([GitHub contributors page for this release](https://github.com/jupyterlite/xeus-python-kernel/graphs/contributors?from=2023-04-06&to=2023-05-02&type=c))
21+
22+
[@github-actions](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3Agithub-actions+updated%3A2023-04-06..2023-05-02&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3Ajtpio+updated%3A2023-04-06..2023-05-02&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3AmartinRenou+updated%3A2023-04-06..2023-05-02&type=Issues)
23+
24+
<!-- <END NEW CHANGELOG ENTRY> -->
25+
526
## 0.8.0
627

728
([Full Changelog](https://github.com/jupyterlite/xeus-python-kernel/compare/v0.7.0...b7c186310b2d9158be2630b409f1df8c2b450714))
@@ -20,8 +41,6 @@
2041

2142
[@github-actions](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3Agithub-actions+updated%3A2023-03-15..2023-04-06&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3Ajtpio+updated%3A2023-03-15..2023-04-06&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3AmartinRenou+updated%3A2023-03-15..2023-04-06&type=Issues)
2243

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2544
## 0.7.0
2645

2746
([Full Changelog](https://github.com/jupyterlite/xeus-python-kernel/compare/v0.6.3...aaad404083bef58d3421a4dab26e30c818fbb9c9))

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.8.0",
3+
"version": "0.8.1",
44
"description": "A Python kernel for JupyterLite, powered by Xeus",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)