Skip to content

Commit 82d09f6

Browse files
committed
Bump version: 1.9.0 → 1.9.1
1 parent a98b68f commit 82d09f6

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

docs/changelog.rst

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
Changelog
22
---------
33

4+
5+
1.9.1 (Feb 22, 2025)
6+
====================
7+
8+
- Fix fox missing ``UI_FF`` constants in generated ``ecodes.py``.
9+
10+
- More type annotations.
11+
12+
413
1.9.0 (Feb 08, 2025)
5-
==================
14+
====================
615

716
- Fix for ``CPATH/C_INCLUDE_PATH`` being ignored during build.
817

docs/conf.py

+1-1
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.0"
68+
release = "1.9.1"
6969

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

pyproject.toml

+2-2
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.0"
7+
version = "1.9.1"
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.0"
39+
current_version = "1.9.1"
4040
commit = true
4141
tag = true
4242
allow_dirty = true

0 commit comments

Comments
 (0)