Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
linusg committed Feb 13, 2020
1 parent 9f50433 commit 232cd94
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,17 @@
Changes
=======

2.0.1
-----

- Add mypy type checking
- Add Python 3.8 to Travis CI config
- Fix documentation readthedocs build
- Fix typo in docs
- Improve README.md
- Mark project as stable on PyPI


2.0.0
-----

Expand Down
2 changes: 1 addition & 1 deletion rpi_backlight/__init__.py
Expand Up @@ -8,7 +8,7 @@
from os import PathLike

__author__ = "Linus Groh"
__version__ = "2.0.0"
__version__ = "2.0.1"
__all__ = ["Backlight"]

_BACKLIGHT_SYSFS_PATH = "/sys/class/backlight/rpi_backlight/"
Expand Down

0 comments on commit 232cd94

Please sign in to comment.