Skip to content

Commit

Permalink
Prep for v1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Apr 29, 2024
1 parent 9ebcf6b commit bfa99c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.0.0
-----

* Refactor to gpiod/gpiodevice.
* Repackage to hatch/pyproject.toml.

0.4.1
-----

Expand Down
2 changes: 1 addition & 1 deletion automationhat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from .pins import AsyncWorker, ObjectCollection, StoppableThread # noqa: F401

__version__ = '0.4.1'
__version__ = '1.0.0'


RELAY_1 = 13
Expand Down

0 comments on commit bfa99c4

Please sign in to comment.