Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linusg committed Mar 14, 2020
1 parent c9e25ec commit 88f121f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

2.1.0
-----

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

2.0.1
-----

Expand All @@ -11,7 +16,6 @@ Changes
- Improve README.md
- Mark project as stable on PyPI


2.0.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.0.1"
__version__ = "2.1.0"
__all__ = ["Backlight", "BoardType"]


Expand Down

0 comments on commit 88f121f

Please sign in to comment.