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

Commit 9d2a2f7

Browse files
committed
Publish 0.9.5
SHA256 hashes: jupyterlite-xeus-python-0.9.5.tar.gz: 93a1e02ac96d1c4bcbbcbabbb8fe380288eec4ff2a3166bc5af9929e320c207a jupyterlite-xeus-python-kernel-0.9.5.tgz: 52a69f8e988219cb77f7592d640193f9e2f11a8d863ecfbdc1d7d34740821a2c jupyterlite_xeus_python-0.9.5-py3-none-any.whl: ddea53ad13ef2ce203484d26760952b84aae8323e19b6e0f0159355a93419c25
1 parent a89bdd1 commit 9d2a2f7

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.9.5
6+
7+
([Full Changelog](https://github.com/jupyterlite/xeus-python-kernel/compare/v0.9.4...a89bdd1a4568027fc6e4e7a640a6e77b4d5c3a43))
8+
9+
### Bugs fixed
10+
11+
- Make sure to share all packages coming from jupyterlite [#158](https://github.com/jupyterlite/xeus-python-kernel/pull/158) ([@martinRenou](https://github.com/martinRenou))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Use `mamba-org/setup-micromamba` in more places [#159](https://github.com/jupyterlite/xeus-python-kernel/pull/159) ([@jtpio](https://github.com/jtpio))
16+
- Use `mamba-org/setup-micromamba` GitHub Action [#157](https://github.com/jupyterlite/xeus-python-kernel/pull/157) ([@jtpio](https://github.com/jtpio))
17+
18+
### Documentation improvements
19+
20+
- Install `jupyterlite-sphinx` from conda forge [#156](https://github.com/jupyterlite/xeus-python-kernel/pull/156) ([@jtpio](https://github.com/jtpio))
21+
22+
### Contributors to this release
23+
24+
([GitHub contributors page for this release](https://github.com/jupyterlite/xeus-python-kernel/graphs/contributors?from=2023-08-22&to=2023-09-26&type=c))
25+
26+
[@github-actions](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3Agithub-actions+updated%3A2023-08-22..2023-09-26&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3Ajtpio+updated%3A2023-08-22..2023-09-26&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3AmartinRenou+updated%3A2023-08-22..2023-09-26&type=Issues)
27+
28+
<!-- <END NEW CHANGELOG ENTRY> -->
29+
530
## 0.9.4
631

732
([Full Changelog](https://github.com/jupyterlite/xeus-python-kernel/compare/v0.9.3...fcc8d031c54efedb1c38e8f36cd20ceedd277218))
@@ -20,8 +45,6 @@
2045

2146
[@andeplane](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3Aandeplane+updated%3A2023-08-03..2023-08-22&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3Agithub-actions+updated%3A2023-08-03..2023-08-22&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3AmartinRenou+updated%3A2023-08-03..2023-08-22&type=Issues)
2247

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2548
## 0.9.3
2649

2750
([Full Changelog](https://github.com/jupyterlite/xeus-python-kernel/compare/v0.9.2...3f74831afeb265c8c2aed1398314181073527dad))

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

0 commit comments

Comments
 (0)