We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ffdde3 commit 6982cf4Copy full SHA for 6982cf4
npm/jedi/CHANGELOG.md
@@ -4,6 +4,11 @@
4
5
## Unreleased
6
7
+## 1.16.0 - 2024-04-05
8
+
9
+### Changed
10
+- Updated `pybricks_jedi` Python package to v1.16.0.
11
12
## 1.15.0 - 2024-03-21
13
14
### Changed
npm/jedi/build.py
@@ -12,7 +12,7 @@
package_json = {
"name": "@pybricks/jedi",
15
- "version": "1.15.0",
+ "version": "1.16.0",
16
"description": "Binary distribution of pybricks-jedi Python package and dependencies for use with Pyodide.",
17
"repository": {
18
"type": "git",
@@ -38,7 +38,7 @@
38
"pip",
39
"download",
40
"--only-binary=any",
41
- "pybricks-jedi==1.15.0",
+ "pybricks-jedi==1.16.0",
42
],
43
cwd=BUILD_DIR,
44
)
0 commit comments