X Tutup
Skip to content

Commit c5b67ca

Browse files
committed
bump version to 0.3.1
1 parent 6ace4ef commit c5b67ca

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,15 @@ Changelog
3232
Development
3333
^^^^^^^^^^^
3434

35+
0.3.1 (Nov 23, 2012)
36+
^^^^^^^^^^^^^^^^^^^^
37+
3538
Fixes:
3639
- ``device.read()`` will return an empty tuple if the device has
3740
nothing to offer (instead of segfaulting).
3841

42+
- exclude unnecessary package data in sdist and bdist.
43+
3944
0.3.0 (Nov 06, 2012)
4045
^^^^^^^^^^^^^^^^^^^^
4146

setup.py

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

3939
kw = {
4040
'name' : 'evdev',
41-
'version' : '0.3.0',
41+
'version' : '0.3.1',
4242

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

0 commit comments

Comments
 (0)
X Tutup