This commit is contained in:
David Lechner
2022-10-21 12:39:27 -05:00
parent 40fc2588f9
commit f5422e9c90
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -4,6 +4,8 @@
## Unreleased
## 3.2.0b4 - 2022-10-21
### Added
- Code auto-completion for `EssentialHub`.
- Added `System.storage` method.
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pybricks"
version = "3.2.0b1-r3"
version = "3.2.0b4"
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>" ]