Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linusg committed Jun 9, 2021
1 parent 9cb03e0 commit 4b08823
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

2.3.0
-----

- Add support for ASUS Tinker Board 2 (`#29 <https://github.com/linusg/rpi-backlight/pull/29>`_, `@p1r473 <https://github.com/p1r473>`_)

2.2.0
-----

Expand Down
2 changes: 1 addition & 1 deletion rpi_backlight/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from os import PathLike

__author__ = "Linus Groh"
__version__ = "2.2.0"
__version__ = "2.3.0"
__all__ = ["Backlight", "BoardType"]


Expand Down

0 comments on commit 4b08823

Please sign in to comment.