This commit is contained in:
Laurens Valk
2025-02-26 12:29:10 +01:00
parent 2380be2814
commit 52c522df2d
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -4,11 +4,13 @@
## Unreleased ## Unreleased
## 3.5.0- 2024-04-11 ## 3.6.b5 - 2024-04-11
### Changed ### Changed
- Update API for firmware 3.6.0. See upstream changelog for details. - Update API for firmware 3.6.0b5. See upstream changelog for details.
## 3.5.0 - 2024-04-11
### Changed ### Changed
- Bump version to 3.5.0 without additional changes. - Bump version to 3.5.0 without additional changes.
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "pybricks" name = "pybricks"
version = "3.5.0" version = "3.6.0b5"
description = "Documentation and user-API stubs for Pybricks MicroPython" description = "Documentation and user-API stubs for Pybricks MicroPython"
authors = ["The Pybricks Authors <team@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>" ]