diff --git a/CHANGELOG.md b/CHANGELOG.md index 53a96f9..c7e83d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ ## Unreleased +## 3.3.0 - 2023-11-24 + +### Changed +- Bump beta version to release version with no further changes. + ## 3.3.0c1 - 2023-11-20 ## Added diff --git a/pyproject.toml b/pyproject.toml index 8ed834a..fd1536b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pybricks" -version = "3.3.0c1" +version = "3.3.0" description = "Documentation and user-API stubs for Pybricks MicroPython" authors = ["The Pybricks Authors "] maintainers = ["Laurens Valk ", "David Lechner " ]