Skip to content

Commit

Permalink
Prep for v2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Sep 11, 2024
1 parent b86f686 commit da5c464
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
-----

Expand Down
2 changes: 1 addition & 1 deletion inky/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da5c464

Please sign in to comment.