From 42663cebadb74b5b896f85e00d5663e3df1dabff Mon Sep 17 00:00:00 2001 From: Fabien LOISON Date: Mon, 16 Nov 2020 13:07:58 +0100 Subject: [PATCH] v4.2.0 --- README.rst | 10 +++++++++- rivalcfg/version.py | 2 +- setup.py | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index f4fce8ff..297d4f24 100644 --- a/README.rst +++ b/README.rst @@ -198,7 +198,11 @@ SteelSeries Sensei TEN: Changelog --------- -* **Rivalcfg NEXT:** [4.2.0] +* **Rivalcfg NEXT:** [4.3.0] + + * Nothing yet :) + +* **4.2.0:** Features that are implemented on ``master`` and that will be released in the next Rivalcfg version: @@ -206,6 +210,10 @@ 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) + * Rival 500: + + * Handles color shift + * Handles buttun mapping * **4.1.0:** diff --git a/rivalcfg/version.py b/rivalcfg/version.py index 73f980c6..773464bb 100644 --- a/rivalcfg/version.py +++ b/rivalcfg/version.py @@ -1 +1 @@ -VERSION = "4.1.0" +VERSION = "4.2.0" diff --git a/setup.py b/setup.py index 936a430f..ba0dbb90 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name="rivalcfg", - version="4.1.0", + version="4.2.0", description="Configure SteelSeries gaming mice", url="https://github.com/flozz/rivalcfg", license="WTFPL",