We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ace4ef commit c5b67caCopy full SHA for c5b67ca
README.rst
@@ -32,10 +32,15 @@ Changelog
32
Development
33
^^^^^^^^^^^
34
35
+0.3.1 (Nov 23, 2012)
36
+^^^^^^^^^^^^^^^^^^^^
37
+
38
Fixes:
39
- ``device.read()`` will return an empty tuple if the device has
40
nothing to offer (instead of segfaulting).
41
42
+ - exclude unnecessary package data in sdist and bdist.
43
44
0.3.0 (Nov 06, 2012)
45
^^^^^^^^^^^^^^^^^^^^
46
setup.py
@@ -38,7 +38,7 @@
kw = {
'name' : 'evdev',
- 'version' : '0.3.0',
+ 'version' : '0.3.1',
'description' : 'bindings for the linux input handling subsystem',
'long_description' : open(pjoin(here, 'README.rst')).read(),
0 commit comments