Skip to content

Commit 002cec5

Browse files
authored
Bump default pyodide version to 0.27.2 (#26)
1 parent 7ba7f47 commit 002cec5

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

_extensions/pyodide/_extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
title: pyodide
22
author: James Joseph Balamuta
3-
version: 0.0.1
3+
version: 0.0.1-dev.3
44
quarto-required: ">=1.4.549"
55
contributes:
66
filters:

_extensions/pyodide/qpyodide.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ local hasDonePyodideSetup = false
1212
-- https://pyodide.org/en/stable/usage/api/js-api.html#globalThis.loadPyodide
1313

1414
-- Define a base compatibile version
15-
local baseVersionPyodide = "0.26.2"
15+
local baseVersionPyodide = "0.27.2"
1616

1717
-- Define where Pyodide can be found. Default:
1818
-- https://cdn.jsdelivr.net/pyodide/v0.z.y/full/

docs/qpyodide-release-notes.qmd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@ format:
1313
[quarto]: https://quarto.org/
1414

1515

16-
# 0.0.1.dev-2: ??? (??-??-????)
16+
# 0.0.1.dev-3: ??? (??-??-????)
1717

1818
## Features
1919

20-
- Updated the version of Pyodide from 0.25.0 to 0.26.1 ([#20](https://github.com/coatless-quarto/pyodide/pull/20))
20+
- Updated the version of Pyodide from 0.26.2 to 0.27.2 ([#26](https://github.com/coatless-quarto/pyodide/pull/26))
2121
- New code cell option that set the interactive cell to be read-only. ([#4](https://github.com/coatless-quarto/pyodide/issues/4))
2222

2323
## Changes
2424

25+
- Updated the version of Pyodide from 0.25.0 to 0.26.1 ([#20](https://github.com/coatless-quarto/pyodide/pull/20))
2526
- We now load the `micropip` and `pyodide_http` packages during document initialization.
2627
- `micropip` package allows for installation of pure Python or Pyodide-compiled Python packages.
2728
([#3](https://github.com/coatless-quarto/pyodide/issues/3))

0 commit comments

Comments
 (0)