Skip to content

Commit 33d0c9f

Browse files
committed
v3.2.0b1-r3
1 parent e95386e commit 33d0c9f

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## Unreleased
5+
## 3.2.0b1-r3 - 2022-06-26
66

77
### Fixed
88
- Fixed more type hints and improved compatibility with jedi.

jedi/poetry.lock

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

jedi/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ license = "MIT"
77

88
[tool.poetry.dependencies]
99
python = ">= 3.10, < 3.11"
10-
pybricks = "^3.2.0b1-r2"
11-
jedi = "^0.18.1"
12-
typing-extensions = "^4.2.0"
10+
pybricks = "3.2.0b1-r3"
11+
jedi = "0.18.1"
12+
typing-extensions = "4.2.0"
1313
docstring-parser = "0.14.1"
1414

1515
[tool.poetry.dev-dependencies]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pybricks"
3-
version = "3.2.0b1-r2"
3+
version = "3.2.0b1-r3"
44
description = "Documentation and user-API stubs for Pybricks MicroPython"
55
authors = ["The Pybricks Authors <[email protected]>"]
66
maintainers = ["Laurens Valk <[email protected]>", "David Lechner <[email protected]>" ]

0 commit comments

Comments
 (0)