Skip to content

Commit

Permalink
Release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linusg committed Dec 29, 2022
1 parent 43ff943 commit b90d842
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.6.0
-----

- Add Python 3.11 as supported version, drop 3.6
- Add support for Microsoft Surface RT (`#54 <https://github.com/linusg/rpi-backlight/pull/54>`_, `@apandada1 <https://github.com/apandada1>`_)

2.5.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.5.0"
__version__ = "2.6.0"
__all__ = ["Backlight", "BoardType"]


Expand Down

0 comments on commit b90d842

Please sign in to comment.