mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-07-27 19:57:02 +00:00
v3.3.0c1
This commit is contained in:
@@ -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
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user