Skip to content

Commit

Permalink
Release 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linusg committed Nov 29, 2024
1 parent 9d62e81 commit 80f9e47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
=======

2.7.0
-----

- Drop ``microsoft-surface-rt`` board type in favor of ``generic`` with support for Chromebooks (`#65 <https://github.com/linusg/rpi-backlight/pull/65>`_, `@archisman-panigrahi <https://github.com/archisman-panigrahi>`_)
- Add Raspberry Pi 5 support (`#66 <https://github.com/linusg/rpi-backlight/pull/66>`_, `@jamesecc <https://github.com/jamesecc>`_)

2.6.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 @@ -10,7 +10,7 @@
from . import utils

__author__ = "Linus Groh"
__version__ = "2.6.0"
__version__ = "2.7.0"
__all__ = ["Backlight", "BoardType"]


Expand Down

0 comments on commit 80f9e47

Please sign in to comment.