Skip to content

Commit

Permalink
v3.2.0b1-r2
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech committed Jun 24, 2022
1 parent a2d9c33 commit 37cdd2a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 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-r2 - 2022-06-24

### Changed
- Moved remaining type hints from `.pyi` files to the python stub modules, and
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.

3 changes: 2 additions & 1 deletion jedi/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ license = "MIT"

[tool.poetry.dependencies]
python = ">= 3.10, < 3.11"
pybricks = { path = "../", develop = true }
pybricks = "^3.2.0b1-r2"
jedi = "^0.18.1"
typing-extensions = "^4.2.0"

[tool.poetry.dev-dependencies]
pytest = "^7.1.2"
black = "^22.3.0"
flake8 = "^4.0.1"
pybricks = { path = "../", develop = true }

[build-system]
requires = ["poetry-core>=1.0.0"]
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-r1"
version = "3.2.0b1-r2"
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 37cdd2a

Please sign in to comment.