From 3273ab5a2192a1420da7d4c45bd0a353f8245af7 Mon Sep 17 00:00:00 2001 From: Fabien LOISON Date: Wed, 1 Dec 2021 13:22:07 +0100 Subject: [PATCH] v4.4.0 --- README.rst | 8 ++++++-- rivalcfg/version.py | 2 +- setup.py | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 322134b0..38cb84a3 100644 --- a/README.rst +++ b/README.rst @@ -222,11 +222,15 @@ SteelSeries Sensei TEN: Changelog --------- -* **Rivalcfg NEXT:** [4.4.0] +* **Rivalcfg NEXT:** [4.5.0] Features that are implemented on ``master`` and that will be released in the next Rivalcfg version: + * Nothing yet + +* **4.4.0:** + * Add Prime support (#169, @sephiroth99) * Add Aerox 3 (non wireless version) support (#156) * Add Aerox 3 Wireless support (#167) @@ -257,7 +261,7 @@ Changelog * Rival 3: support of firmware v0.37.0.0 (#147) * Support of the Sensei TEN (1038:1832) - * Support of the Sensei TEN CS:GO Neon Rider Edition(1038:1834) + * Support of the Sensei TEN CS:GO Neon Rider Edition (1038:1834) * Rival 500: * Handles color shift diff --git a/rivalcfg/version.py b/rivalcfg/version.py index 12865f49..0894db90 100644 --- a/rivalcfg/version.py +++ b/rivalcfg/version.py @@ -1 +1 @@ -VERSION = "4.3.0" +VERSION = "4.4.0" diff --git a/setup.py b/setup.py index f4281d0d..a4ab25ab 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name="rivalcfg", - version="4.3.0", + version="4.4.0", description="Configure SteelSeries gaming mice", url="https://github.com/flozz/rivalcfg", license="WTFPL",