File tree Expand file tree Collapse file tree 5 files changed +10
-9
lines changed
Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- In developement
5- ^^^^^^^^^^^^^^^
4+ 0.6.0 (Feb 14, 2015)
5+ ^^^^^^^^^^^^^^^^^^^^
66
77- Asyncio and async/await support (many thanks to `@paulo-raca `_).
8- - Add the ability to set the `phys ` of uinput devices (thanks `@paulo-raca `_).
8+ - Add the ability to set the `phys ` property of uinput devices (thanks `@paulo-raca `_).
99- Add a generic :func: `InputDevice.set ` method (thanks `@paulo-raca `_).
10- - Distribute evtest along with evtest .
10+ - Distribute the evtest script along with evdev .
1111- Fix issue with generating :mod: `ecodes.c ` in recent kernels (``>= 4.4.0 ``).
1212- Fix absinfo item indexes in :func: `UInput.uinput_create() ` (thanks `@forsenonlhaimaisentito `_).
13- - More robust comparison of :class: `InputDevice ` objects (thanks `@isia `_).
13+ - More robust comparison of :class: `InputDevice ` objects (thanks `@isia `_).
1414
15150.5.0 (Jun 16, 2015)
1616^^^^^^^^^^^^^^^^^^^^
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.5 .0'
62+ release = '0.6 .0'
6363
6464# The short X.Y version.
6565version = release
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def async_read(self):
3636 def async_read_loop (self ):
3737 '''
3838 Return an iterator that yields input events. This iterator is
39- compatible with the ``async for`` syntax
39+ compatible with the ``async for`` syntax.
4040
4141 '''
4242 return ReadIterator (self )
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.5 .0
2+ current_version = 0.6 .0
33message = Bump version: {current_version} -> {new_version}
44commit = True
55tag = True
@@ -11,3 +11,4 @@ max-line-length = 110
1111[bumpversion:file:setup.py]
1212
1313[bumpversion:file:docs/conf.py]
14+
Original file line number Diff line number Diff line change 4343#-----------------------------------------------------------------------------
4444kw = {
4545 'name' : 'evdev' ,
46- 'version' : '0.5 .0' ,
46+ 'version' : '0.6 .0' ,
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