diff --git a/CHANGELOG.md b/CHANGELOG.md index 55beee3..809d6b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ## Unreleased -## 3.2.0c2 - 2022-12-20 +## 3.2.0 - 2022-12-20 ### Changed - Changed module TOC headings to make it easier to find things. diff --git a/pyproject.toml b/pyproject.toml index e2a9976..4370335 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pybricks" -version = "3.2.0c2" +version = "3.2.0" description = "Documentation and user-API stubs for Pybricks MicroPython" authors = ["The Pybricks Authors "] maintainers = ["Laurens Valk ", "David Lechner " ]