diff --git a/README.rst b/README.rst index 90b03ae..5fb936a 100644 --- a/README.rst +++ b/README.rst @@ -55,6 +55,10 @@ Supported Devices +------------------------------------------------------------------------+-----------+ | SteelSeries Aerox 3 Wireless (2.4 GHz wireless mode) | 1038:1838 | +------------------------------------------------------------------------+-----------+ +| **SteelSeries Aerox 5** | ++------------------------------------------------------------------------+-----------+ +| SteelSeries Aerox 5 | 1038:1850 | ++------------------------------------------------------------------------+-----------+ | **SteelSeries Aerox 5 Wireless** | +------------------------------------------------------------------------+-----------+ | SteelSeries Aerox 5 Wireless (wired mode) | 1038:1854 | @@ -244,13 +248,17 @@ Changelog * **[NEXT]** (changes on ``master`` that have not been released yet): + * Nothing yet ;) + +* **v4.12.0:** + * feat: Added Aerox 5 (wired) support (@flozz, #192) * **v4.11.0:** * feat: Added Prime Mini support (@flozz, @NextWork123, #227) - * chore: Added Python 3.12 support - * chore!: Dropped Python 3.7 support + * misc: Added Python 3.12 support + * misc!: Dropped Python 3.7 support * **v4.10.0:** diff --git a/rivalcfg/version.py b/rivalcfg/version.py index ce77e6b..cbd85f7 100644 --- a/rivalcfg/version.py +++ b/rivalcfg/version.py @@ -1 +1 @@ -VERSION = "4.11.0" +VERSION = "4.12.0" diff --git a/setup.py b/setup.py index 09a18b3..94f4a1c 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name="rivalcfg", - version="4.11.0", + version="4.12.0", description="Configure SteelSeries gaming mice", url="https://github.com/flozz/rivalcfg", project_urls={