Skip to content

Commit 6982cf4

Browse files
committed
@pybricks/jedi/v1.16.0
1 parent 8ffdde3 commit 6982cf4

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.16.0 - 2024-04-05
8+
9+
### Changed
10+
- Updated `pybricks_jedi` Python package to v1.16.0.
11+
712
## 1.15.0 - 2024-03-21
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.15.0",
15+
"version": "1.16.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.15.0",
41+
"pybricks-jedi==1.16.0",
4242
],
4343
cwd=BUILD_DIR,
4444
)

0 commit comments

Comments
 (0)