Skip to content

Commit

Permalink
Prepare for 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Feb 14, 2017
1 parent 82f8cc5 commit a81dc68
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ MANIFEST
.idea
pip-log.txt
pip-delete-this-directory.txt
packaging/*.deb
packaging/*.dsc
packaging/*.upload
packaging/*.changes
packaging/*.build
packaging/*.xz
5 changes: 5 additions & 0 deletions library/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.0.4
-----

* Fix for HAT/pHAT detection

0.0.3
-----

Expand Down
2 changes: 1 addition & 1 deletion library/automationhat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from .pins import ObjectCollection, AsyncWorker, StoppableThread


__version__ = '0.0.3'
__version__ = '0.0.4'


automation_hat = False
Expand Down
2 changes: 1 addition & 1 deletion library/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def run(self):

setup(
name = 'automationhat',
version = '0.0.3',
version = '0.0.4',
author = 'Philip Howard',
author_email = '[email protected]',
description = 'Automation HAT Driver',
Expand Down
6 changes: 6 additions & 0 deletions packaging/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
automationhat (0.0.4) stable; urgency=low

* Fix for HAT/pHAT detection

-- Phil Howard <[email protected]> Tue, 14 Feb 2017 12:00:00 +0000

automationhat (0.0.3) stable; urgency=low

* Fix for Python 3 support
Expand Down
6 changes: 6 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
automationhat (0.0.4) stable; urgency=low

* Fix for HAT/pHAT detection

-- Phil Howard <[email protected]> Tue, 14 Feb 2017 12:00:00 +0000

automationhat (0.0.3) stable; urgency=low

* Fix for Python 3 support
Expand Down

0 comments on commit a81dc68

Please sign in to comment.