Skip to content

Commit a5f175b

Browse files
committed
v4.17.0
1 parent ffabd4c commit a5f175b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ Changelog
5454

5555
* **[NEXT]** (changes on ``master`` that have not been released yet):
5656

57+
* Nothing yet ;)
58+
59+
* **v4.17.0:**
60+
5761
* feat(device) Added support of the Rival 5 (1038:183C) mouse (@Saltblob, @nonoo, @flozz, #165, #268)
5862
* feat(device) Added support of the Rival 5 Destiny Edition (1038:183E) mouse (@flozz)
5963
* feat(device) Added initial support of the Prime+ (1038:182C) mouse (@BenJamesAndo, @flozz, #201)
@@ -62,6 +66,7 @@ Changelog
6266
* misc(standalone): Added a standalone build for Windows (@flozz, #231)
6367
* misc(standalone): Added a standalone build for macOS (@flozz)
6468
* misc(ssdb): Updated ssdb script to extract the product_id of wireless mice dongles (@flozz)
69+
* docs(device): Added missing Aerox 5 documentation (@flozz)
6570

6671
* **v4.16.1 (hotfix):**
6772

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "rivalcfg"
7-
version = "4.16.1"
7+
version = "4.17.0"
88
authors = [
99
{name = "Fabien LOISON"},
1010
]

rivalcfg/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "4.16.1"
1+
VERSION = "4.17.0"

0 commit comments

Comments
 (0)