Skip to content

Commit

Permalink
pybricks_jedi/v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensvalk committed Mar 21, 2024
1 parent c02ab79 commit d2fee35
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 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.15.0 - 2024-03-21

### Changed
- Updated `pybricks` package to v3.5.0b1.

## 1.14.0 - 2024-03-05

### Changed
Expand Down
10 changes: 5 additions & 5 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.14.0"
version = "1.15.0"
description = "Code completion for Pybricks."
authors = ["The Pybricks Authors <[email protected]>"]
license = "MIT"

[tool.poetry.dependencies]
python = ">= 3.10, < 3.12"
pybricks = "3.4.0b5"
pybricks = "3.5.0b1"
jedi = "0.18.1"
typing-extensions = "4.2.0"
docstring-parser = "0.14.1"
Expand Down

0 comments on commit d2fee35

Please sign in to comment.