Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linusg committed Jul 23, 2021
1 parent d8368e4 commit 44838da
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changes
=======

2.4.0
-----

- Drop support for Python 3.5, which reached end-of-life in late 2020. Supported versions as of this release are 3.6 - 3.9
- Implement automatic board type detection (`#32 <https://github.com/linusg/rpi-backlight/pull/32>`_, `@p1r473 <https://github.com/p1r473>`_),
passing a ``board_type`` to the constructor is no longer necessary in most cases, even when using an ASUS Tinker Board
- Fix setting brightness to max value and brightness fading loop condition (`#35 <https://github.com/linusg/rpi-backlight/pull/35>`_, `@Martin-HiPi <https://github.com/Martin-HiPi>`_)

2.3.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.3.0"
__version__ = "2.4.0"
__all__ = ["Backlight", "BoardType"]


Expand Down

0 comments on commit 44838da

Please sign in to comment.