Skip to content

Commit 7347716

Browse files
committed
npm/jedi: v1.7.0
Update pybricks_jedi package to v1.7.0 and bump version for release.
1 parent 5ccc60c commit 7347716

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

npm/jedi/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
## Unreleased
66

7+
## 1.7.0 - 2022-12-28
8+
9+
### Changed
10+
- Updated `pybricks_jedi` Python package to v1.7.0.
11+
712
## 1.6.0 - 2022-12-09
813

914
### Changed

npm/jedi/build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
package_json = {
1414
"name": "@pybricks/jedi",
15-
"version": "1.6.0",
15+
"version": "1.7.0",
1616
"description": "Binary distribution of pybricks-jedi Python package and dependencies for use with Pyodide.",
1717
"repository": {
1818
"type": "git",
@@ -38,7 +38,7 @@
3838
"pip",
3939
"download",
4040
"--only-binary=any",
41-
"pybricks-jedi==1.6.0",
41+
"pybricks-jedi==1.7.0",
4242
],
4343
cwd=BUILD_DIR,
4444
)

0 commit comments

Comments
 (0)