We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3844a34 commit 8d1cf68Copy full SHA for 8d1cf68
2 files changed
doc/changelog.rst
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-Development
+0.4.7 (Oct 07, 2015)
5
^^^^^^^^^^^^^^^^^^^^
6
7
- Fallback to distutils if setuptools is not available.
setup.py
@@ -43,7 +43,7 @@
43
#-----------------------------------------------------------------------------
44
kw = {
45
'name': 'evdev',
46
- 'version': '0.4.6',
+ 'version': '0.4.7',
47
48
'description': 'Bindings to the Linux input handling subsystem',
49
'long_description': open(pjoin(here, 'README.rst')).read(),
0 commit comments