diff --git a/CHANGELOG.md b/CHANGELOG.md index da9f500..44ba815 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +2.0.0 +----- + +* Rewrite to gpiod/gpiodevice. +* Repackage to hatch/pyproject.toml. +* Breaking: Fixes to chip-select behaviour across all boards + 1.5.0 ----- diff --git a/inky/__init__.py b/inky/__init__.py index db6b0f8..1b0b36d 100644 --- a/inky/__init__.py +++ b/inky/__init__.py @@ -10,7 +10,7 @@ from .phat import InkyPHAT, InkyPHAT_SSD1608 # noqa: F401 from .what import InkyWHAT # noqa: F401 -__version__ = "1.5.0" +__version__ = "2.0.0" try: from pkg_resources import declare_namespace