Skip to content

Commit

Permalink
pybricks_jedi/v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensvalk committed Apr 5, 2024
1 parent 353310c commit 8ffdde3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 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.16.0 - 2024-04-05

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

## 1.15.0 - 2024-03-21

### Changed
Expand Down
14 changes: 7 additions & 7 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.15.0"
version = "1.16.0"
description = "Code completion for Pybricks."
authors = ["The Pybricks Authors <team@pybricks.com>"]
license = "MIT"

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

0 comments on commit 8ffdde3

Please sign in to comment.