Skip to content

Commit

Permalink
v3.2.0b1-r3
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech committed Jun 26, 2022
1 parent e95386e commit 33d0c9f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- refer to https://keepachangelog.com/en/1.0.0/ for guidance -->

## Unreleased
## 3.2.0b1-r3 - 2022-06-26

### Fixed
- Fixed more type hints and improved compatibility with jedi.
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.

6 changes: 3 additions & 3 deletions jedi/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ license = "MIT"

[tool.poetry.dependencies]
python = ">= 3.10, < 3.11"
pybricks = "^3.2.0b1-r2"
jedi = "^0.18.1"
typing-extensions = "^4.2.0"
pybricks = "3.2.0b1-r3"
jedi = "0.18.1"
typing-extensions = "4.2.0"
docstring-parser = "0.14.1"

[tool.poetry.dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pybricks"
version = "3.2.0b1-r2"
version = "3.2.0b1-r3"
description = "Documentation and user-API stubs for Pybricks MicroPython"
authors = ["The Pybricks Authors <dev@pybricks.com>"]
maintainers = ["Laurens Valk <laurens@pybricks.com>", "David Lechner <david@pybricks.com>" ]
Expand Down

0 comments on commit 33d0c9f

Please sign in to comment.