Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linusg committed May 17, 2020
1 parent b96c439 commit a8aaab8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changes
=======

2.2.0
-----

- Add toggle functionality to CLI (`#21 <https://github.com/linusg/rpi-backlight/pull/21>`_, `@p1r473 <https://github.com/p1r473>`_)
- Replace Travis CI with GitHub actions (`#20 <https://github.com/linusg/rpi-backlight/pull/20>`_, `@linusg <https://github.com/linusg>`_)
- Improve tests

2.1.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.1.0"
__version__ = "2.2.0"
__all__ = ["Backlight", "BoardType"]


Expand Down

0 comments on commit a8aaab8

Please sign in to comment.