Skip to content

Commit

Permalink
npm/jedi: v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensvalk committed Dec 2, 2022
1 parent ecbfbcf commit 6640fba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions npm/jedi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

<!-- refer to https://keepachangelog.com/en/1.0.0/ for guidance -->

## 1.5.0 - 2022-12-02

### Changed
- Updated `pybricks_jedi` Python package to v1.5.0.

## 1.4.0 - 2022-12-02

### Changed
Expand Down
4 changes: 2 additions & 2 deletions npm/jedi/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

package_json = {
"name": "@pybricks/jedi",
"version": "1.4.0",
"version": "1.5.0",
"description": "Binary distribution of pybricks-jedi Python package and dependencies for use with Pyodide.",
"repository": {
"type": "git",
Expand All @@ -38,7 +38,7 @@
"pip",
"download",
"--only-binary=any",
"pybricks-jedi==1.4.0",
"pybricks-jedi==1.5.0",
],
cwd=BUILD_DIR,
)
Expand Down

0 comments on commit 6640fba

Please sign in to comment.