@pybricks/jedi/v1.15.0

This commit is contained in:
Laurens Valk
2024-03-21 19:23:54 +01:00
parent d2fee3557d
commit d028e805e7
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -4,6 +4,11 @@
## Unreleased ## Unreleased
## 1.15.0 - 2024-03-21
### Changed
- Updated `pybricks_jedi` Python package to v1.15.0.
## 1.14.0 - 2024-03-05 ## 1.14.0 - 2024-03-05
### Changed ### Changed
+2 -2
View File
@@ -12,7 +12,7 @@ BUILD_DIR = (pathlib.Path(__file__).parent / "build").resolve()
package_json = { package_json = {
"name": "@pybricks/jedi", "name": "@pybricks/jedi",
"version": "1.14.0", "version": "1.15.0",
"description": "Binary distribution of pybricks-jedi Python package and dependencies for use with Pyodide.", "description": "Binary distribution of pybricks-jedi Python package and dependencies for use with Pyodide.",
"repository": { "repository": {
"type": "git", "type": "git",
@@ -38,7 +38,7 @@ subprocess.check_call(
"pip", "pip",
"download", "download",
"--only-binary=any", "--only-binary=any",
"pybricks-jedi==1.14.0", "pybricks-jedi==1.15.0",
], ],
cwd=BUILD_DIR, cwd=BUILD_DIR,
) )