Skip to content

Commit

Permalink
jedi: v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensvalk committed Oct 26, 2023
1 parent 36ed591 commit 252adb3
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 99 deletions.
5 changes: 5 additions & 0 deletions jedi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

## Unreleased

## 1.10.0 - 2023-10-26

### Changed
- Updated `pybricks` package to v3.3.0b9.

## 1.9.0 - 2023-05-16

### Changed
Expand Down
148 changes: 51 additions & 97 deletions jedi/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions jedi/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool.poetry]
name = "pybricks_jedi"
version = "1.9.0"
version = "1.10.0"
description = "Code completion for Pybricks."
authors = ["The Pybricks Authors <[email protected]>"]
license = "MIT"

[tool.poetry.dependencies]
python = ">= 3.10, < 3.12"
pybricks = "3.3.0a5"
pybricks = "3.3.0b9"
jedi = "0.18.1"
typing-extensions = "4.2.0"
docstring-parser = "0.14.1"
Expand Down

0 comments on commit 252adb3

Please sign in to comment.