File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,20 @@ Changelog
32
32
Development
33
33
^^^^^^^^^^^
34
34
35
+ 0.3.2 (Apr 05, 2013)
36
+ ^^^^^^^^^^^^^^^^^^^^
37
+
38
+ Fixes:
39
+ - Fix vendor id and product id order in ``DeviceInfo `` (thanks kived).
40
+
35
41
0.3.1 (Nov 23, 2012)
36
42
^^^^^^^^^^^^^^^^^^^^
37
43
38
44
Fixes:
39
45
- ``device.read() `` will return an empty tuple if the device has
40
46
nothing to offer (instead of segfaulting).
41
47
42
- - exclude unnecessary package data in sdist and bdist.
48
+ - Exclude unnecessary package data in sdist and bdist.
43
49
44
50
0.3.0 (Nov 06, 2012)
45
51
^^^^^^^^^^^^^^^^^^^^
Original file line number Diff line number Diff line change 38
38
39
39
kw = {
40
40
'name' : 'evdev' ,
41
- 'version' : '0.3.1 ' ,
41
+ 'version' : '0.3.2 ' ,
42
42
43
43
'description' : 'bindings for the linux input handling subsystem' ,
44
44
'long_description' : open (pjoin (here , 'README.rst' )).read (),
You can’t perform that action at this time.
0 commit comments