Skip to content

Commit e77b3dc

Browse files
committed
v3.1.0rc1
1 parent b6d1eef commit e77b3dc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22

33
<!-- refer to https://keepachangelog.com/en/1.0.0/ for guidance -->
44

5-
## Unreleased
5+
## 3.1.0rc1 - 2021-11-19
66

77
### Added
88
- Added `ColorLightMatrix` class.
99
- Added `LWP3Device` class.
1010

11+
**NOTE: version number after this point were from JavaScript package and do
12+
not correspond to Pybricks firmware version numbers.**
13+
1114
## 1.6.0 - 2021-08-30
1215

1316
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pybricks"
3-
version = "3.1.0a1"
3+
version = "3.1.0rc1"
44
description = "Documentation and user-API stubs for Pybricks MicroPython"
55
authors = ["The Pybricks Authors <[email protected]>"]
66
maintainers = ["Laurens Valk <[email protected]>", "David Lechner <[email protected]>" ]

0 commit comments

Comments
 (0)