Skip to content

Commit

Permalink
Bump version: 1.9.0 → 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gvalkov committed Feb 22, 2025
1 parent a98b68f commit 82d09f6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
Changelog
---------


1.9.1 (Feb 22, 2025)
====================

- Fix fox missing ``UI_FF`` constants in generated ``ecodes.py``.

- More type annotations.


1.9.0 (Feb 08, 2025)
==================
====================

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

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = "1.9.0"
release = "1.9.1"

# The short X.Y version.
version = release
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "evdev"
version = "1.9.0"
version = "1.9.1"
description = "Bindings to the Linux input handling subsystem"
keywords = ["evdev", "input", "uinput"]
readme = "README.md"
Expand Down Expand Up @@ -36,7 +36,7 @@ line-length = 120
ignore = ["E265", "E241", "F403", "F401", "E401", "E731"]

[tool.bumpversion]
current_version = "1.9.0"
current_version = "1.9.1"
commit = true
tag = true
allow_dirty = true
Expand Down

0 comments on commit 82d09f6

Please sign in to comment.