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 7acdfc0 commit 0bc8675Copy full SHA for 0bc8675
CHANGELOG.md
@@ -4,9 +4,11 @@
4
5
## Unreleased
6
7
+## 3.4.0b5 - 2024-03-05
8
+
9
## Changed
10
-- Updates for v3.4.0b3 firmware.
11
+- Updates for v3.4.0b3 firmware (out of sync with docs).
12
- Changed `hub.button` to `hub.buttons` on single button hubs. Access via
13
`hub.button` will keep working in the firmware for backwards compatibility.
14
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pybricks"
3
-version = "3.4.0b4"
+version = "3.4.0b5"
description = "Documentation and user-API stubs for Pybricks MicroPython"
authors = ["The Pybricks Authors <team@pybricks.com>"]
maintainers = ["Laurens Valk <laurens@pybricks.com>", "David Lechner <david@pybricks.com>" ]
0 commit comments