From 15600c8a2b80ec0296e9fb4a0109b2bfe955cf6f Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Mon, 20 Nov 2023 14:16:00 +0100 Subject: [PATCH] v3.3.0c1 --- CHANGELOG.md | 2 ++ pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8574268c..53a96f98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## Unreleased +## 3.3.0c1 - 2023-11-20 + ## Added - Enabled tilt and orientation config for `MoveHub()`. - Documented `Motor.close()` diff --git a/pyproject.toml b/pyproject.toml index 96cdc6e6..8ed834ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] name = "pybricks" -version = "3.3.0b9" +version = "3.3.0c1" description = "Documentation and user-API stubs for Pybricks MicroPython" -authors = ["The Pybricks Authors "] +authors = ["The Pybricks Authors "] maintainers = ["Laurens Valk ", "David Lechner " ] license = "MIT" readme = "README.rst"