+9
-9
lines changedFilter options
+9
-9
lines changed Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1
1
export PYVERSION ?= 3.13.2
2
2
export PYODIDE_EMSCRIPTEN_VERSION ?= 4.0.9
3
-
export PYODIDE_VERSION ?= 0.28.0
3
+
export PYODIDE_VERSION ?= 0.28.1
4
4
export PYODIDE_ABI_VERSION ?= 2025_0
5
5
6
6
export PYTHON_ARCHIVE_SHA256=b8d79530e3b7c96a5cb2d40d431ddb512af4a563e863728d8713039aa50203f9
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ list from there with "The Pyodide development team" like in the example below:
45
45
month = aug,
46
46
year = 2021,
47
47
publisher = {Zenodo},
48
-
version = {0.28.0},
48
+
version = {0.28.1},
49
49
doi = {10.5281/zenodo.5156931},
50
50
url = {https://doi.org/10.5281/zenodo.5156931}
51
51
}
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ const API = Module.API;
2
2
const Hiwire = {};
3
3
const Tests = {};
4
4
API.tests = Tests;
5
-
API.version = "0.28.0";
5
+
API.version = "0.28.1";
6
6
// This version should be equal to the one in the Makefile.envs
7
7
// TODO: Pass this value dynamically from outside.
8
8
API.abiVersion = "2025_0";
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "pyodide",
3
-
"version": "0.28.0",
3
+
"version": "0.28.1",
4
4
"description": "The Pyodide JavaScript package",
5
5
"keywords": [
6
6
"python",
Original file line number Diff line number Diff line change
@@ -6,4 +6,4 @@
6
6
* from the version in ``package.json`` which follows the node package manager
7
7
* version convention.
8
8
*/
9
-
export const version: string = "0.28.0";
9
+
export const version: string = "0.28.1";
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
10
10
# This package is imported by the test suite as well, and currently we don't use
11
11
# pytest mocks for js or pyodide_js, so make sure to test "if IN_BROWSER" before
12
12
# importing from these.
13
-
__version__ = "0.28.0"
13
+
__version__ = "0.28.1"
14
14
15
15
__all__ = ["__version__", "console", "code", "ffi", "http", "webloop"]
16
16
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project]
6
6
name = "pyodide-py"
7
-
version = "0.28.0"
7
+
version = "0.28.1"
8
8
authors = [{name = "Pyodide developers"}]
9
9
description = "A Python package providing core interpreter functionality for Pyodide"
10
10
classifiers = [
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4