npm/jedi: v1.7.0

Update pybricks_jedi package to v1.7.0 and bump version for release.
This commit is contained in:
David Lechner
2022-12-28 16:13:28 -06:00
parent 5ccc60c177
commit 73477169ae
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -4,6 +4,11 @@
## Unreleased
## 1.7.0 - 2022-12-28
### Changed
- Updated `pybricks_jedi` Python package to v1.7.0.
## 1.6.0 - 2022-12-09
### Changed
+2 -2
View File
@@ -12,7 +12,7 @@ BUILD_DIR = (pathlib.Path(__file__).parent / "build").resolve()
package_json = {
"name": "@pybricks/jedi",
"version": "1.6.0",
"version": "1.7.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.6.0",
"pybricks-jedi==1.7.0",
],
cwd=BUILD_DIR,
)