Skip to content

Commit 80f9e47

Browse files
committed
Release 2.7.0
1 parent 9d62e81 commit 80f9e47

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changes
22
=======
33

4+
2.7.0
5+
-----
6+
7+
- 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>`_)
8+
- Add Raspberry Pi 5 support (`#66 <https://github.com/linusg/rpi-backlight/pull/66>`_, `@jamesecc <https://github.com/jamesecc>`_)
9+
410
2.6.0
511
-----
612

rpi_backlight/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from . import utils
1111

1212
__author__ = "Linus Groh"
13-
__version__ = "2.6.0"
13+
__version__ = "2.7.0"
1414
__all__ = ["Backlight", "BoardType"]
1515

1616

0 commit comments

Comments
 (0)