Skip to content

Commit

Permalink
v3.1.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech committed Nov 20, 2021
1 parent b6d1eef commit e77b3dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@

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

## Unreleased
## 3.1.0rc1 - 2021-11-19

### Added
- Added `ColorLightMatrix` class.
- Added `LWP3Device` class.

**NOTE: version number after this point were from JavaScript package and do
not correspond to Pybricks firmware version numbers.**

## 1.6.0 - 2021-08-30

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[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>" ]
Expand Down

0 comments on commit e77b3dc

Please sign in to comment.