Skip to content

Commit 7de33c0

Browse files
committed
v3.2.0b1
1 parent dbc5d32 commit 7de33c0

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

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

5-
## Unreleased
5+
## 3.2.0b1 - 2022-06-02
66

77
### Added
88
- Code auto-completion for `hub.charger`, `hub.imu` and `hub.system`.
9+
- Moved typing from several `.pyi` files to the actual python modules.
910

1011
### Fixed
1112
- Fixed code completion for `DCMotor` and `Motor` classes in MS Python VS Code extension.

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.0a1"
3+
version = "3.2.0b1"
44
description = "Documentation and user-API stubs for Pybricks MicroPython"
55
authors = ["The Pybricks Authors <dev@pybricks.com>"]
66
maintainers = ["Laurens Valk <laurens@pybricks.com>", "David Lechner <david@pybricks.com>" ]

0 commit comments

Comments
 (0)