Skip to content

Commit

Permalink
Bump version: 1.7.0 → 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gvalkov committed May 7, 2024
1 parent f6c2e61 commit e0ab364
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
---------

1.7.1 (May 8, 2024)
====================

- Provide fallback value for ``FF_MAX_EFFECTS``, which fixes the build on EL 7 (#219).

- Add ``#ifdef`` guards around ``UI_GET_SYSNAME`` to improve kernel compatibility (#218) .

- Wait up to two seconds for uinput devices to appear. (#215)


1.7.0 (Feb 18, 2024)
====================

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = "1.7.0"
release = "1.7.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.7.0"
version = "1.7.1"
description = "Bindings to the Linux input handling subsystem"
keywords = ["evdev", "input", "uinput"]
readme = "README.md"
Expand Down Expand Up @@ -39,7 +39,7 @@ line-length = 120
ignore = ["E265", "E241", "F403", "F401", "E401", "E731"]

[tool.bumpversion]
current_version = "1.7.0"
current_version = "1.7.1"
commit = true
tag = true
allow_dirty = true
Expand Down

0 comments on commit e0ab364

Please sign in to comment.