We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d1eef commit e77b3dcCopy full SHA for e77b3dc
2 files changed
CHANGELOG.md
@@ -2,12 +2,15 @@
2
3
<!-- refer to https://keepachangelog.com/en/1.0.0/ for guidance -->
4
5
-## Unreleased
+## 3.1.0rc1 - 2021-11-19
6
7
### Added
8
- Added `ColorLightMatrix` class.
9
- Added `LWP3Device` class.
10
11
+**NOTE: version number after this point were from JavaScript package and do
12
+not correspond to Pybricks firmware version numbers.**
13
+
14
## 1.6.0 - 2021-08-30
15
16
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "pybricks"
-version = "3.1.0a1"
+version = "3.1.0rc1"
description = "Documentation and user-API stubs for Pybricks MicroPython"
authors = ["The Pybricks Authors <dev@pybricks.com>"]
maintainers = ["Laurens Valk <laurens@pybricks.com>", "David Lechner <david@pybricks.com>" ]
0 commit comments