File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,20 @@ Changelog
3232Development
3333^^^^^^^^^^^
3434
35+ 0.3.2 (Apr 05, 2013)
36+ ^^^^^^^^^^^^^^^^^^^^
37+
38+ Fixes:
39+ - Fix vendor id and product id order in ``DeviceInfo `` (thanks kived).
40+
35410.3.1 (Nov 23, 2012)
3642^^^^^^^^^^^^^^^^^^^^
3743
3844Fixes:
3945 - ``device.read() `` will return an empty tuple if the device has
4046 nothing to offer (instead of segfaulting).
4147
42- - exclude unnecessary package data in sdist and bdist.
48+ - Exclude unnecessary package data in sdist and bdist.
4349
44500.3.0 (Nov 06, 2012)
4551^^^^^^^^^^^^^^^^^^^^
Original file line number Diff line number Diff line change 3838
3939kw = {
4040 'name' : 'evdev' ,
41- 'version' : '0.3.1 ' ,
41+ 'version' : '0.3.2 ' ,
4242
4343 'description' : 'bindings for the linux input handling subsystem' ,
4444 'long_description' : open (pjoin (here , 'README.rst' )).read (),
You can’t perform that action at this time.
0 commit comments