File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ Changelog
2
2
---------
3
3
4
4
5
- Unreleased
5
+ 0.7.0 (Jun 16, 2017)
6
6
====================
7
7
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::
10
10
11
11
pth = pathlib.Path('/dev/input/event0')
12
12
dev = evdev.InputDevice(pth)
Original file line number Diff line number Diff line change 60
60
# built documents.
61
61
#
62
62
# The full version, including alpha/beta/rc tags.
63
- release = '0.6.4 '
63
+ release = '0.7.0 '
64
64
65
65
# The short X.Y version.
66
66
version = release
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.6.4
2
+ current_version = 0.7.0
3
3
message = Bump version: {current_version} -> {new_version}
4
4
commit = True
5
5
tag = True
Original file line number Diff line number Diff line change 43
43
#-----------------------------------------------------------------------------
44
44
kw = {
45
45
'name' : 'evdev' ,
46
- 'version' : '0.6.4 ' ,
46
+ 'version' : '0.7.0 ' ,
47
47
48
48
'description' : 'Bindings to the Linux input handling subsystem' ,
49
49
'long_description' : open (pjoin (here , 'README.rst' )).read (),
You can’t perform that action at this time.
0 commit comments