Skip to content

Commit

Permalink
Prep for v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Feb 8, 2022
1 parent bd1633a commit e2f2052
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions library/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.4.1
-----

* Update for SN3218 v2.0.0

0.4.0
-----

Expand Down
5 changes: 5 additions & 0 deletions library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@ Since the full-scale range of the ADC is set to 4.096v, this means that 0-3.3v g
More information on this topic can be found here: <https://forums.pimoroni.com/t/automation-hat-accuracy/7252/3>

# Changelog
0.4.1
-----

* Update for SN3218 v2.0.0

0.4.0
-----

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

from .pins import ObjectCollection, AsyncWorker, StoppableThread

__version__ = '0.4.0'
__version__ = '0.4.1'


RELAY_1 = 13
Expand Down
2 changes: 1 addition & 1 deletion library/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
[metadata]
name = automationhat
version = 0.4.0
version = 0.4.1
author = Philip Howard
author_email = [email protected]
description = Automation HAT Driver
Expand Down

0 comments on commit e2f2052

Please sign in to comment.