From 00f1c95ab2f876502b2365ae31f4bc529f0985ca Mon Sep 17 00:00:00 2001 From: David Lechner Date: Fri, 9 Dec 2022 15:02:51 -0600 Subject: [PATCH] pyproject: v3.2.0c1 Update `pybricks` package version for release to PyPI. --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a34a37f..5dfb0619 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## Unreleased +## 3.2.0c1 - 2022-12-09 + ### Changed - Updated "front" side of the Technic Hub to be consistent with the Prime Hub. diff --git a/pyproject.toml b/pyproject.toml index 510abb64..d42e52ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pybricks" -version = "3.2.0b6" +version = "3.2.0c1" description = "Documentation and user-API stubs for Pybricks MicroPython" authors = ["The Pybricks Authors "] maintainers = ["Laurens Valk ", "David Lechner " ]