Skip to content

Commit 8ffdde3

Browse files
committed
pybricks_jedi/v1.16.0
1 parent 353310c commit 8ffdde3

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

jedi/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
## Unreleased
66

7+
## 1.16.0 - 2024-04-05
8+
9+
### Changed
10+
- Updated `pybricks` package to v3.5.0b2.
11+
712
## 1.15.0 - 2024-03-21
813

914
### Changed

jedi/poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jedi/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tool.poetry]
22
name = "pybricks_jedi"
3-
version = "1.15.0"
3+
version = "1.16.0"
44
description = "Code completion for Pybricks."
55
authors = ["The Pybricks Authors <[email protected]>"]
66
license = "MIT"
77

88
[tool.poetry.dependencies]
99
python = ">= 3.10, < 3.12"
10-
pybricks = "3.5.0b1"
10+
pybricks = "3.5.0b2"
1111
jedi = "0.18.1"
1212
typing-extensions = "4.2.0"
1313
docstring-parser = "0.14.1"

0 commit comments

Comments
 (0)