Skip to content

Commit e03ba97

Browse files
committed
bump version to 0.4.3
1 parent e860705 commit e03ba97

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

doc/changelog.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
Changelog
22
=========
33

4-
Development
5-
^^^^^^^^^^^
4+
0.4.3 (Dec 19, 2013)
5+
^^^^^^^^^^^^^^^^^^^^
6+
67
Fixes:
78
- Silence ``OSError`` in destructor (thanks `@polyphemus`_).
89

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
kw = {
3636
'name' : 'evdev',
37-
'version' : '0.4.2',
37+
'version' : '0.4.3',
3838

3939
'description' : 'bindings for the linux input handling subsystem',
4040
'long_description' : open(pjoin(here, 'README.rst')).read(),

0 commit comments

Comments
 (0)