We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e860705 commit e03ba97Copy full SHA for e03ba97
2 files changed
doc/changelog.rst
@@ -1,8 +1,9 @@
1
Changelog
2
=========
3
4
-Development
5
-^^^^^^^^^^^
+0.4.3 (Dec 19, 2013)
+^^^^^^^^^^^^^^^^^^^^
6
+
7
Fixes:
8
- Silence ``OSError`` in destructor (thanks `@polyphemus`_).
9
setup.py
@@ -34,7 +34,7 @@
34
35
kw = {
36
'name' : 'evdev',
37
- 'version' : '0.4.2',
+ 'version' : '0.4.3',
38
39
'description' : 'bindings for the linux input handling subsystem',
40
'long_description' : open(pjoin(here, 'README.rst')).read(),
0 commit comments