Skip to content

Commit 34edba9

Browse files
committed
bump version to 0.3.2
1 parent dc37c18 commit 34edba9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,20 @@ Changelog
3232
Development
3333
^^^^^^^^^^^
3434

35+
0.3.2 (Apr 05, 2013)
36+
^^^^^^^^^^^^^^^^^^^^
37+
38+
Fixes:
39+
- Fix vendor id and product id order in ``DeviceInfo`` (thanks kived).
40+
3541
0.3.1 (Nov 23, 2012)
3642
^^^^^^^^^^^^^^^^^^^^
3743

3844
Fixes:
3945
- ``device.read()`` will return an empty tuple if the device has
4046
nothing to offer (instead of segfaulting).
4147

42-
- exclude unnecessary package data in sdist and bdist.
48+
- Exclude unnecessary package data in sdist and bdist.
4349

4450
0.3.0 (Nov 06, 2012)
4551
^^^^^^^^^^^^^^^^^^^^

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.1',
41+
'version' : '0.3.2',
4242

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

0 commit comments

Comments
 (0)