File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
- v4.1.1
4
+ v4.1.2
5
5
------
6
6
- Fixed bug with new Device Tree (Pi2) by changing GPIO_INTERRUPT_DEVICE
7
7
from `/sys/devices/virtual/gpio/` to `/sys/class/gpio/` and changing udev
8
8
rule.
9
9
10
10
11
+ v4.1.1
12
+ ------
13
+ - Support varying listeners.
14
+
15
+
11
16
v4.1.0
12
17
------
13
- - Added deregister to interrupts
18
+ - Added deregister to interrupts.
14
19
15
20
16
21
v4.0.1
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Common functions for interacting with PiFace products.
7
7
Documentation
8
8
=============
9
9
10
- [ http://piface.github.io/pifacecommon/ ] ( http://piface.github.io/pifacecommon / )
10
+ [ http://pifacecommon.readthedocs.org/ ] ( http://pifacecommon.readthedocs.org / )
11
11
12
12
You can also find the documentation installed at:
13
13
Original file line number Diff line number Diff line change 1
- __version__ = '4.1.1 '
1
+ __version__ = '4.1.2 '
You can’t perform that action at this time.
0 commit comments