Skip to content

Commit

Permalink
jedi: v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensvalk committed Nov 24, 2023
1 parent 27919bb commit 60ec65b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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.12.0 - 2023-11-24

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

## 1.11.0 - 2023-11-20

### Changed
Expand Down
4 changes: 2 additions & 2 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.11.0"
version = "1.12.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.3.0c1"
pybricks = "3.3.0"
jedi = "0.18.1"
typing-extensions = "4.2.0"
docstring-parser = "0.14.1"
Expand Down

0 comments on commit 60ec65b

Please sign in to comment.