File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22---------
33
4+ 1.6.1 (Jan 20, 2023)
5+ ==================
6+
7+ - Fix generation of ``ecodes.c `` when the path to ````sys.executable `` contains spaces.
8+
9+
4101.6.0 (Jul 17, 2022)
511==================
612
Original file line number Diff line number Diff line change 6161# built documents.
6262#
6363# The full version, including alpha/beta/rc tags.
64- release = '1.6.0 '
64+ release = '1.6.1 '
6565
6666# The short X.Y version.
6767version = release
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.6.0
2+ current_version = 1.6.1
33message = Bump version: {current_version} -> {new_version}
44commit = True
55tag = True
Original file line number Diff line number Diff line change 4141#-----------------------------------------------------------------------------
4242kw = {
4343 'name' : 'evdev' ,
44- 'version' : '1.6.0 ' ,
44+ 'version' : '1.6.1 ' ,
4545
4646 'description' : 'Bindings to the Linux input handling subsystem' ,
4747 'long_description' : (curdir / 'README.rst' ).read_text (),
You can’t perform that action at this time.
0 commit comments