diff --git a/README.rst b/README.rst index 4db172c..2020dff 100644 --- a/README.rst +++ b/README.rst @@ -284,6 +284,10 @@ Changelog * **[NEXT]** (changes on ``master`` that have not been released yet): + * Nothing yet :) + +* **v4.10.0:** + * Added Prime Mini Wireless support (@intersectRaven, #210, #207) * Code quality: more robust type comparison (@flozz) diff --git a/rivalcfg/version.py b/rivalcfg/version.py index 26f8e8e..f2a8e96 100644 --- a/rivalcfg/version.py +++ b/rivalcfg/version.py @@ -1 +1 @@ -VERSION = "4.9.1" +VERSION = "4.10.0" diff --git a/setup.py b/setup.py index b39ad56..79b313d 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name="rivalcfg", - version="4.9.1", + version="4.10.0", description="Configure SteelSeries gaming mice", url="https://github.com/flozz/rivalcfg", project_urls={