Skip to content

Commit

Permalink
Release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linusg committed Aug 26, 2022
1 parent e9e1cf7 commit f41c974
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.5.0
-----

- Add Python 3.10 as supported version
- Support alternate backlight sysfs path (`#50 <https://github.com/linusg/rpi-backlight/pull/50>`_, `@j-coopz <https://github.com/j-coopz>`_)

2.4.1
-----

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.4.1"
__version__ = "2.5.0"
__all__ = ["Backlight", "BoardType"]


Expand Down

0 comments on commit f41c974

Please sign in to comment.