npm/jedi/build: update pybricks-jedi Python package to v1.6.0

This commit is contained in:
David Lechner
2022-12-09 15:26:57 -06:00
parent b4b17d6f55
commit 0117e50599
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -2,6 +2,11 @@
<!-- refer to https://keepachangelog.com/en/1.0.0/ for guidance -->
## Unreleased
### Changed
- Updated `pybricks_jedi` Python package to v1.6.0.
## 1.5.0 - 2022-12-02
### Changed
+1 -1
View File
@@ -38,7 +38,7 @@ subprocess.check_call(
"pip",
"download",
"--only-binary=any",
"pybricks-jedi==1.5.0",
"pybricks-jedi==1.6.0",
],
cwd=BUILD_DIR,
)