diff --git a/CHANGELOG.md b/CHANGELOG.md index e3d51c4..0d78e74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ ## Unreleased +## 3.5.0- 2024-04-11 + +### Changed +- Bump version to 3.5.0 without additional changes. + ## 3.5.0b2 - 2024-04-05 ### Added diff --git a/pyproject.toml b/pyproject.toml index fdfe42b..97efa13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pybricks" -version = "3.5.0b2" +version = "3.5.0" description = "Documentation and user-API stubs for Pybricks MicroPython" authors = ["The Pybricks Authors "] maintainers = ["Laurens Valk ", "David Lechner " ]