From 651337ee250a42d681b8c60771828a1f2308601d Mon Sep 17 00:00:00 2001 From: Fabien LOISON Date: Tue, 29 Oct 2024 16:52:14 +0100 Subject: [PATCH] v4.14.0 --- README.rst | 4 ++++ rivalcfg/version.py | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index fd76da7..7bab4e7 100644 --- a/README.rst +++ b/README.rst @@ -252,6 +252,10 @@ Changelog * **[NEXT]** (changes on ``master`` that have not been released yet): + * Nothing yet ;) + +* **v4.14.0:** + * feat: Added partial support of the Aerox 9 Wireless WOW Edition (@flozz) * feat: Allow to reduce the delay between two commands sent to devices (@Miskler, #236) * feat: Added an env var to remove the delay between commands to speedup the tests (@flozz) diff --git a/rivalcfg/version.py b/rivalcfg/version.py index c586d64..04c2fac 100644 --- a/rivalcfg/version.py +++ b/rivalcfg/version.py @@ -1 +1 @@ -VERSION = "4.13.0" +VERSION = "4.14.0" diff --git a/setup.py b/setup.py index 035cf9b..12cc3c1 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name="rivalcfg", - version="4.13.0", + version="4.14.0", description="Configure SteelSeries gaming mice", url="https://github.com/flozz/rivalcfg", project_urls={