Skip to content

Commit 419deae

Browse files
author
Thomas Preston
committed
whoops, version is 4.1.2 instead
2 parents 63025bb + 0027b04 commit 419deae

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
Change Log
22
==========
33

4-
v4.1.1
4+
v4.1.2
55
------
66
- Fixed bug with new Device Tree (Pi2) by changing GPIO_INTERRUPT_DEVICE
77
from `/sys/devices/virtual/gpio/` to `/sys/class/gpio/` and changing udev
88
rule.
99

1010

11+
v4.1.1
12+
------
13+
- Support varying listeners.
14+
15+
1116
v4.1.0
1217
------
13-
- Added deregister to interrupts
18+
- Added deregister to interrupts.
1419

1520

1621
v4.0.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Common functions for interacting with PiFace products.
77
Documentation
88
=============
99

10-
[http://piface.github.io/pifacecommon/](http://piface.github.io/pifacecommon/)
10+
[http://pifacecommon.readthedocs.org/](http://pifacecommon.readthedocs.org/)
1111

1212
You can also find the documentation installed at:
1313

pifacecommon/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '4.1.1'
1+
__version__ = '4.1.2'

0 commit comments

Comments
 (0)