npm/jedi: v1.11.0

This commit is contained in:
Laurens Valk
2023-11-20 14:27:35 +01:00
parent 463b608817
commit 2f19fe210a
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -4,6 +4,11 @@
## Unreleased
## 1.11.0 - 2023-11-20
### Changed
- Updated `pybricks_jedi` Python package to v1.11.0.
## 1.10.0 - 2023-10-26
### Changed
+2 -2
View File
@@ -12,7 +12,7 @@ BUILD_DIR = (pathlib.Path(__file__).parent / "build").resolve()
package_json = {
"name": "@pybricks/jedi",
"version": "1.10.0",
"version": "1.11.0",
"description": "Binary distribution of pybricks-jedi Python package and dependencies for use with Pyodide.",
"repository": {
"type": "git",
@@ -38,7 +38,7 @@ subprocess.check_call(
"pip",
"download",
"--only-binary=any",
"pybricks-jedi==1.10.0",
"pybricks-jedi==1.11.0",
],
cwd=BUILD_DIR,
)