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

Commit 850b153

Browse files
committed
Publish 0.6.3
SHA256 hashes: jupyterlite-xeus-python-0.6.3.tar.gz: 2383a6f5fd01a408f4b3879010314523b76ee3b158de66061264c0989107fac2 jupyterlite-xeus-python-kernel-0.6.3.tgz: fdbd671699faedb62895d1128434f3f5aa7a7fdb51b86bd272969900f44c9892 jupyterlite_xeus_python-0.6.3-py3-none-any.whl: c47e991a9c0aa208f13dace26df82f9332da0fd66f6a34b60deb20a3aa921b40
1 parent 0ee60d3 commit 850b153

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.6.3
6+
7+
([Full Changelog](https://github.com/jupyterlite/xeus-python-kernel/compare/v0.6.2...0ee60d33bb46a158e6f63d52e5e5fe809d47d6dd))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Update to `check-release@v2` [#113](https://github.com/jupyterlite/xeus-python-kernel/pull/113) ([@jtpio](https://github.com/jtpio))
12+
- Add releaser workflows to the repo [#109](https://github.com/jupyterlite/xeus-python-kernel/pull/109) ([@jtpio](https://github.com/jtpio))
13+
14+
### Other merged PRs
15+
16+
- Update jupyterlite and empack [#112](https://github.com/jupyterlite/xeus-python-kernel/pull/112) ([@martinRenou](https://github.com/martinRenou))
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-02-09&to=2023-02-15&type=c))
21+
22+
[@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3Ajtpio+updated%3A2023-02-09..2023-02-15&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3AmartinRenou+updated%3A2023-02-09..2023-02-15&type=Issues)
23+
24+
<!-- <END NEW CHANGELOG ENTRY> -->
25+
526
## 0.6.2
627

728
### Docs
@@ -16,8 +37,6 @@
1637
- Use shutil.which() in subprocess.check_call() when executing mamba/micromamba/conda [#103](https://github.com/jupyterlite/xeus-python-kernel/pull/103) ([@vasiljevic](https://github.com/vasiljevic))
1738
- New emscripten + Fix CI [#108](https://github.com/jupyterlite/xeus-python-kernel/pull/108) ([@DerThorsten](https://github.com/DerThorsten))
1839

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2140
## 0.6.1
2241

2342
([Full Changelog](https://github.com/jupyterlite/xeus-python-kernel/compare/v0.6.0...a566a1154db4df359575395ef7b76735c4e27d94))

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

0 commit comments

Comments
 (0)