We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc5d32 commit 7de33c0Copy full SHA for 7de33c0
2 files changed
CHANGELOG.md
@@ -2,10 +2,11 @@
2
3
<!-- refer to https://keepachangelog.com/en/1.0.0/ for guidance -->
4
5
-## Unreleased
+## 3.2.0b1 - 2022-06-02
6
7
### Added
8
- Code auto-completion for `hub.charger`, `hub.imu` and `hub.system`.
9
+- Moved typing from several `.pyi` files to the actual python modules.
10
11
### Fixed
12
- Fixed code completion for `DCMotor` and `Motor` classes in MS Python VS Code extension.
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "pybricks"
-version = "3.2.0a1"
+version = "3.2.0b1"
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>" ]
0 commit comments