From 36ee3bd9efec38bbc781cd48f84adf7f206ee890 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Tue, 20 Dec 2022 15:46:44 -0600 Subject: [PATCH] pyproject: v3.2.0 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 " ]