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 ecbfbcf commit 6640fbaCopy full SHA for 6640fba
npm/jedi/CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
<!-- refer to https://keepachangelog.com/en/1.0.0/ for guidance -->
4
5
+## 1.5.0 - 2022-12-02
6
+
7
+### Changed
8
+- Updated `pybricks_jedi` Python package to v1.5.0.
9
10
## 1.4.0 - 2022-12-02
11
12
### Changed
npm/jedi/build.py
@@ -12,7 +12,7 @@
13
package_json = {
14
"name": "@pybricks/jedi",
15
- "version": "1.4.0",
+ "version": "1.5.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.4.0",
+ "pybricks-jedi==1.5.0",
42
],
43
cwd=BUILD_DIR,
44
)
0 commit comments