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

Commit f504f6b

Browse files
committed
Publish 1.0.0b0
SHA256 hashes: jupyterlite-xeus-python-kernel-1.0.0-b0.tgz: f3d36441cd2a9e89bfbead060e6ec576c8b6fcb6fdf29830d40801523a18a779 jupyterlite_xeus_python-1.0.0b0-py3-none-any.whl: 453510b221ad78fda141aa18ebded1750a4b4cc8158507635d20464d6f109255 jupyterlite_xeus_python-1.0.0b0.tar.gz: fed28e6fb34bc4198309dfcbcadb63e5ccb395a62130ba1c7a3ef6f83b8d3218
1 parent 48860dd commit f504f6b

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

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

5+
## 1.0.0b0
6+
7+
([Full Changelog](https://github.com/jupyterlite/xeus-python-kernel/compare/v1.0.0a3...48860dd7ea57b5e293f4e9f3e8c604fe7096d49a))
8+
9+
### Bugs fixed
10+
11+
- Pin xeus-lite [#194](https://github.com/jupyterlite/xeus-python-kernel/pull/194) ([@martinRenou](https://github.com/martinRenou))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyterlite/xeus-python-kernel/graphs/contributors?from=2023-10-18&to=2023-12-06&type=c))
16+
17+
[@github-actions](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3Agithub-actions+updated%3A2023-10-18..2023-12-06&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3AmartinRenou+updated%3A2023-10-18..2023-12-06&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 1.0.0a3
622

723
([Full Changelog](https://github.com/jupyterlite/xeus-python-kernel/compare/v1.0.0a2...90f5ac56c5a0ea0a5c1d21da16b11bb49ae18d28))
@@ -16,8 +32,6 @@
1632

1733
[@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus-python-kernel+involves%3Ajtpio+updated%3A2023-10-17..2023-10-18&type=Issues)
1834

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2135
## 1.0.0a2
2236

2337
([Full Changelog](https://github.com/jupyterlite/xeus-python-kernel/compare/v1.0.0a1...e5d5d48763484fd4b6e84ff7fcf3ff26f8c3fd22))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlite/xeus-python-kernel",
3-
"version": "1.0.0-a3",
3+
"version": "1.0.0-b0",
44
"description": "A Python kernel for JupyterLite, powered by Xeus",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)