Skip to content

Commit

Permalink
Prep for v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jan 18, 2022
1 parent d8c2df5 commit 7f1ab4e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion install.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ UNSTABLE=false
CODENAME=`lsb_release -sc`

if [[ $CODENAME == "bullseye" ]]; then
bash ./install-bullseye.sh
bash ./install-bullseye.sh $@
exit $?
fi

Expand Down
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.0
-----

* Switch to ADS1X15 library

0.3.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 @@ -19,7 +19,7 @@

from .pins import ObjectCollection, AsyncWorker, StoppableThread

__version__ = '0.3.0'
__version__ = '0.4.0'


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.3.0
version = 0.4.0
author = Philip Howard
author_email = [email protected]
description = Automation HAT Driver
Expand Down

0 comments on commit 7f1ab4e

Please sign in to comment.