This commit is contained in:
Laurens Valk
2023-11-20 14:16:00 +01:00
parent f509178dab
commit 15600c8a2b
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -4,6 +4,8 @@
## Unreleased ## Unreleased
## 3.3.0c1 - 2023-11-20
## Added ## Added
- Enabled tilt and orientation config for `MoveHub()`. - Enabled tilt and orientation config for `MoveHub()`.
- Documented `Motor.close()` - Documented `Motor.close()`
+2 -2
View File
@@ -1,8 +1,8 @@
[tool.poetry] [tool.poetry]
name = "pybricks" name = "pybricks"
version = "3.3.0b9" version = "3.3.0c1"
description = "Documentation and user-API stubs for Pybricks MicroPython" description = "Documentation and user-API stubs for Pybricks MicroPython"
authors = ["The Pybricks Authors <dev@pybricks.com>"] authors = ["The Pybricks Authors <team@pybricks.com>"]
maintainers = ["Laurens Valk <laurens@pybricks.com>", "David Lechner <david@pybricks.com>" ] maintainers = ["Laurens Valk <laurens@pybricks.com>", "David Lechner <david@pybricks.com>" ]
license = "MIT" license = "MIT"
readme = "README.rst" readme = "README.rst"