File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11Changelog
22---------
33
4- 0.6.2 (Oct 06, 2016)
4+
5+ 0.6.3 (Oct 06, 2016)
56====================
67
78- Add the ``UInput.from_device `` class method, which allows uinput device to be
@@ -21,6 +22,7 @@ Changelog
2122 command-line (i.e. running ``install `` will reuse the outputs of the last
2223 ``build ``).
2324
25+
24260.6.1 (Jun 04, 2016)
2527====================
2628
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.2 '
63+ release = '0.6.3 '
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.2
2+ current_version = 0.6.3
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.2 ' ,
46+ 'version' : '0.6.3 ' ,
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