Skip to content

Commit

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

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

## Unreleased
## 3.2.0b1 - 2022-06-02

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

### Fixed
- Fixed code completion for `DCMotor` and `Motor` classes in MS Python VS Code extension.
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.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>" ]
Expand Down

0 comments on commit 7de33c0

Please sign in to comment.