File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ Changelog
22---------
33
44
5- Unreleased
5+ 0.7.0 (Jun 16, 2017)
66====================
77
8- - ``InputDevice `` now accepts objects that support the path protocol. For
9- example::
8+ - ``InputDevice `` now accepts objects that support the path protocol.
9+ For example::
1010
1111 pth = pathlib.Path('/dev/input/event0')
1212 dev = evdev.InputDevice(pth)
Original file line number Diff line number Diff line change 6060# built documents.
6161#
6262# The full version, including alpha/beta/rc tags.
63- release = '0.6.4 '
63+ release = '0.7.0 '
6464
6565# The short X.Y version.
6666version = release
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.6.4
2+ current_version = 0.7.0
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.4 ' ,
46+ 'version' : '0.7.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