From 0bc8675ca789d6cdf850a22e5e190dc180dcb049 Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Tue, 5 Mar 2024 16:46:29 +0100 Subject: [PATCH] v3.4.0b5 --- CHANGELOG.md | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ae93b2..0cb4798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,11 @@ ## Unreleased +## 3.4.0b5 - 2024-03-05 + ## Changed -- Updates for v3.4.0b3 firmware. +- Updates for v3.4.0b3 firmware (out of sync with docs). - Changed `hub.button` to `hub.buttons` on single button hubs. Access via `hub.button` will keep working in the firmware for backwards compatibility. diff --git a/pyproject.toml b/pyproject.toml index cf86282..77ea470 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pybricks" -version = "3.4.0b4" +version = "3.4.0b5" description = "Documentation and user-API stubs for Pybricks MicroPython" authors = ["The Pybricks Authors "] maintainers = ["Laurens Valk ", "David Lechner " ]