Skip to content

Commit 2dd6ce6

Browse files
committed
Bump version: 1.6.0 -> 1.6.1
1 parent 1eda738 commit 2dd6ce6

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

docs/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
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+
410
1.6.0 (Jul 17, 2022)
511
==================
612

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
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.
6767
version = release

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.6.0
2+
current_version = 1.6.1
33
message = Bump version: {current_version} -> {new_version}
44
commit = True
55
tag = True

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#-----------------------------------------------------------------------------
4242
kw = {
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(),

0 commit comments

Comments
 (0)