Skip to content
This repository was archived by the owner on Feb 27, 2025. It is now read-only.

Commit f060c49

Browse files
committed
bump version to 0.3.3
1 parent b378c5d commit f060c49

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,14 @@ Changelog
3232
Development
3333
^^^^^^^^^^^
3434

35+
0.3.3 (May 29, 2013)
36+
^^^^^^^^^^^^^^^^^^^^
37+
3538
Fixes:
36-
- Raise IOError from device_read() and device_read_many() when read() fails.
37-
- Several stability and style changes (thank you debian code reviewers).
39+
- Raise `IOError` from `device_read()` and `device_read_many()` when
40+
`read()` fails.
3841

42+
- Several stability and style changes (thank you debian code reviewers).
3943

4044
0.3.2 (Apr 05, 2013)
4145
^^^^^^^^^^^^^^^^^^^^

setup.py

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

3838
kw = {
3939
'name' : 'evdev',
40-
'version' : '0.3.2',
40+
'version' : '0.3.3',
4141

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

0 commit comments

Comments
 (0)