File tree 4 files changed +11
-3
lines changed
4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
---------
3
3
4
+ 1.1.2 (Sep 1, 2018)
5
+ ====================
6
+
7
+ - Fix installation on kernels <= 4.4.
8
+
9
+ - Fix uinput creation ignoring absinfo settings.
10
+
11
+
4
12
1.1.0 (Aug 27, 2018)
5
13
====================
6
14
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 = '1.1.0 '
63
+ release = '1.1.2 '
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 = 1.1.0
2
+ current_version = 1.1.2
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 44
44
#-----------------------------------------------------------------------------
45
45
kw = {
46
46
'name' : 'evdev' ,
47
- 'version' : '1.1.0 ' ,
47
+ 'version' : '1.1.2 ' ,
48
48
49
49
'description' : 'Bindings to the Linux input handling subsystem' ,
50
50
'long_description' : open (pjoin (here , 'README.rst' )).read (),
You can’t perform that action at this time.
0 commit comments