Skip to content

Commit

Permalink
fixed deinit bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Preston committed Oct 22, 2013
1 parent aaf29a4 commit dad4d88
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
==========

v3.0.1
------
- Fixed deinit bug (fixes GitHub pifacecommon issue #6).

v3.0.0
------
- Updated for compatibility with pifacecommon v4.0.0 (which uses the MCP23S17
Expand Down
2 changes: 1 addition & 1 deletion pifacedigitalio/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def deinit():
hardware_addr, bus, chip_select, init_board=False)
except NoPiFaceDigitalDetectedError:
pass
finally:
else:
pfd.disable_interrupts()


Expand Down
2 changes: 1 addition & 1 deletion pifacedigitalio/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.0.0'
__version__ = '3.0.1'

0 comments on commit dad4d88

Please sign in to comment.