File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 0.6.1 (Jun 04, 2016)
5+ ^^^^^^^^^^^^^^^^^^^^
6+
7+ - Dissable tty echoing while evtest is running.
8+ - Allow evtest to listen to more than one devices.
9+
10+ - The setup.py script now allows the location of the input header files to be
11+ overwritten. For example::
12+
13+ python setup.py build_ext \
14+ --evdev-headers path/input.h:path/input-event-codes.h \
15+ --include-dirs path/ \
16+ install
17+
18+
4190.6.0 (Feb 14, 2016)
520^^^^^^^^^^^^^^^^^^^^
621
Original file line number Diff line number Diff line change 5959# built documents.
6060#
6161# The full version, including alpha/beta/rc tags.
62- release = '0.6.0 '
62+ release = '0.6.1 '
6363
6464# The short X.Y version.
6565version = release
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.6.0
2+ current_version = 0.6.1
33message = Bump version: {current_version} -> {new_version}
44commit = True
55tag = True
Original file line number Diff line number Diff line change 4343#-----------------------------------------------------------------------------
4444kw = {
4545 'name' : 'evdev' ,
46- 'version' : '0.6.0 ' ,
46+ 'version' : '0.6.1 ' ,
4747
4848 'description' : 'Bindings to the Linux input handling subsystem' ,
4949 'long_description' : open (pjoin (here , 'README.rst' )).read (),
You can’t perform that action at this time.
0 commit comments