Skip to content

Commit 4993cb4

Browse files
committed
Publish 0.0.2
SHA256 hashes: jupyterlite-pyodide-kernel-0.0.2.tgz: cbad4da045ed497f0f9a60b9ed1d885855ca65842aa17121bc3c06c26c046b3f jupyterlite-pyodide-kernel-extension-0.0.2.tgz: 8fa812b38d467b3cd746ca22596e0c667980d35a5f81aacbeb87ae28ad4cfe51 jupyterlite_pyodide_kernel-0.0.2-py3-none-any.whl: 78b0cee64157b12ed06d3bf1f4b5716c288315e4080828604211c0c08f01c482 jupyterlite_pyodide_kernel-0.0.2.tar.gz: 89548f76791231e22cd48783f147e94cbf7d0c23e370f69c9f76d00a6e9445cf
1 parent 96fe906 commit 4993cb4

File tree

7 files changed

+37
-10
lines changed

7 files changed

+37
-10
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,31 @@
22

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

5+
## 0.0.2
6+
7+
([Full Changelog](https://github.com/jupyterlite/pyodide-kernel/compare/first-commit...96fe906b11689daff7c0737a0d35cb25d54d6cc9))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Fix direct dependency [#17](https://github.com/jupyterlite/pyodide-kernel/pull/17) ([@jtpio](https://github.com/jtpio))
12+
- Releaser fixes [#16](https://github.com/jupyterlite/pyodide-kernel/pull/16) ([@jtpio](https://github.com/jtpio))
13+
- Update Jupyter Releaser hooks [#13](https://github.com/jupyterlite/pyodide-kernel/pull/13) ([@jtpio](https://github.com/jtpio))
14+
- Add Gitpod config [#12](https://github.com/jupyterlite/pyodide-kernel/pull/12) ([@jtpio](https://github.com/jtpio))
15+
- Remove Binder files [#7](https://github.com/jupyterlite/pyodide-kernel/pull/7) ([@jtpio](https://github.com/jtpio))
16+
- Add releaser workflows to the repo [#4](https://github.com/jupyterlite/pyodide-kernel/pull/4) ([@jtpio](https://github.com/jtpio))
17+
- Add the Pyodide kernel from the JupyterLite repository [#2](https://github.com/jupyterlite/pyodide-kernel/pull/2) ([@jtpio](https://github.com/jtpio))
18+
- Bootstrap the repo from the cookiecutter [#1](https://github.com/jupyterlite/pyodide-kernel/pull/1) ([@jtpio](https://github.com/jtpio))
19+
20+
### Documentation improvements
21+
22+
- Minor README edits [#11](https://github.com/jupyterlite/pyodide-kernel/pull/11) ([@jtpio](https://github.com/jtpio))
23+
- Add ReadTheDocs preview CI workflow [#10](https://github.com/jupyterlite/pyodide-kernel/pull/10) ([@jtpio](https://github.com/jtpio))
24+
- Add files for ReadTheDocs, enable Python tests, maintenance [#8](https://github.com/jupyterlite/pyodide-kernel/pull/8) ([@bollwyvl](https://github.com/bollwyvl))
25+
26+
### Contributors to this release
27+
28+
([GitHub contributors page for this release](https://github.com/jupyterlite/pyodide-kernel/graphs/contributors?from=2022-12-01&to=2023-03-06&type=c))
29+
30+
[@bollwyvl](https://github.com/search?q=repo%3Ajupyterlite%2Fpyodide-kernel+involves%3Abollwyvl+updated%3A2022-12-01..2023-03-06&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlite%2Fpyodide-kernel+involves%3Agithub-actions+updated%3A2022-12-01..2023-03-06&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fpyodide-kernel+involves%3Ajtpio+updated%3A2022-12-01..2023-03-06&type=Issues)
31+
532
<!-- <END NEW CHANGELOG ENTRY> -->
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.1"
1+
__version__ = "0.0.2"

packages/pyodide-kernel-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlite/pyodide-kernel-extension",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "JupyterLite - Pyodide Kernel Extension",
55
"homepage": "https://github.com/jupyterlite/pyodide-kernel",
66
"bugs": {
@@ -48,7 +48,7 @@
4848
"@jupyterlab/coreutils": "^5.5.2",
4949
"@jupyterlite/contents": "^0.1.0-beta.18",
5050
"@jupyterlite/kernel": "^0.1.0-beta.18",
51-
"@jupyterlite/pyodide-kernel": "^0.0.1",
51+
"@jupyterlite/pyodide-kernel": "^0.0.2",
5252
"@jupyterlite/server": "^0.1.0-beta.18"
5353
},
5454
"devDependencies": {

packages/pyodide-kernel/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlite/pyodide-kernel",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "JupyterLite - Pyodide Kernel",
55
"homepage": "https://github.com/jupyterlite/pyodide-kernel",
66
"bugs": {
@@ -71,8 +71,8 @@
7171
},
7272
"pyodide-kernel": {
7373
"packages": {
74-
"py/pyodide-kernel": "0.0.1",
75-
"py/piplite": "0.0.1",
74+
"py/pyodide-kernel": "0.0.2",
75+
"py/piplite": "0.0.2",
7676
"py/ipykernel": "6.9.2",
7777
"py/widgetsnbextension3/widgetsnbextension": "3.6.0",
7878
"py/widgetsnbextension4/widgetsnbextension": "4.0.2"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A configurable Python package backed by Pyodide's micropip"""
22
from .piplite import install
33

4-
__version__ = "0.0.1"
4+
__version__ = "0.0.2"
55

66
__all__ = ["install", "__version__"]

packages/pyodide-kernel/py/pyodide-kernel/pyodide_kernel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A Python kernel backed by Pyodide"""
22

3-
__version__ = "0.0.1"
3+
__version__ = "0.0.2"
44

55
import sys
66

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// this file is autogenerated from the wheels described in ../package.json
22
export * as allJSONUrl from '../pypi/all.json';
33
export * as ipykernelWheelUrl from '../pypi/ipykernel-6.9.2-py3-none-any.whl';
4-
export * as pipliteWheelUrl from '../pypi/piplite-0.0.1-py3-none-any.whl';
5-
export * as pyodide_kernelWheelUrl from '../pypi/pyodide_kernel-0.0.1-py3-none-any.whl';
4+
export * as pipliteWheelUrl from '../pypi/piplite-0.0.2-py3-none-any.whl';
5+
export * as pyodide_kernelWheelUrl from '../pypi/pyodide_kernel-0.0.2-py3-none-any.whl';
66
export * as widgetsnbextensionWheelUrl from '../pypi/widgetsnbextension-3.6.0-py3-none-any.whl';
77
export * as widgetsnbextensionWheelUrl1 from '../pypi/widgetsnbextension-4.0.2-py3-none-any.whl';

0 commit comments

Comments
 (0)