diff --git a/README.rst b/README.rst index 73f6f41..4951d92 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.9.1:** + * Improved device profile generation (@airblast-dev, #211) * Fixed battery level reported at 630% when the mouse is off (@LennardKittner, #187, #212) diff --git a/rivalcfg/version.py b/rivalcfg/version.py index f68cf5f..26f8e8e 100644 --- a/rivalcfg/version.py +++ b/rivalcfg/version.py @@ -1 +1 @@ -VERSION = "4.9.0" +VERSION = "4.9.1" diff --git a/setup.py b/setup.py index b1c95c9..b39ad56 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name="rivalcfg", - version="4.9.0", + version="4.9.1", description="Configure SteelSeries gaming mice", url="https://github.com/flozz/rivalcfg", project_urls={