Skip to content

Commit a5d8cf0

Browse files
committed
Bump version: 1.9.1 → 1.9.2
1 parent 8f45223 commit a5d8cf0

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

docs/changelog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@ Changelog
22
---------
33

44

5+
1.9.2 (May 01, 2025)
6+
====================
7+
8+
- Add the "--reproducible" build option which removes the build date and used headers from the
9+
generated ``ecodes.c``. Example usage::
10+
11+
python -m build --config-setting=--build-option='build_ecodes --reproducible' -n
12+
13+
- Use ``Generic`` to set precise type for ``InputDevice.path``.
14+
15+
516
1.9.1 (Feb 22, 2025)
617
====================
718

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
# built documents.
6666
#
6767
# The full version, including alpha/beta/rc tags.
68-
release = "1.9.1"
68+
release = "1.9.2"
6969

7070
# The short X.Y version.
7171
version = release

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "evdev"
7-
version = "1.9.1"
7+
version = "1.9.2"
88
description = "Bindings to the Linux input handling subsystem"
99
keywords = ["evdev", "input", "uinput"]
1010
readme = "README.md"
@@ -36,7 +36,7 @@ line-length = 120
3636
ignore = ["E265", "E241", "F403", "F401", "E401", "E731"]
3737

3838
[tool.bumpversion]
39-
current_version = "1.9.1"
39+
current_version = "1.9.2"
4040
commit = true
4141
tag = true
4242
allow_dirty = true

0 commit comments

Comments
 (0)