diff --git a/README.rst b/README.rst index 1ff2bb6..b323ef7 100644 --- a/README.rst +++ b/README.rst @@ -248,6 +248,10 @@ Changelog * **[NEXT]** (changes on ``master`` that have not been released yet): + * Nothing yet ;) + +* **v4.13.0:** + * feat: Added button binding support for Rival 600 (@flozz) * **v4.12.0:** diff --git a/rivalcfg/version.py b/rivalcfg/version.py index cbd85f7..c586d64 100644 --- a/rivalcfg/version.py +++ b/rivalcfg/version.py @@ -1 +1 @@ -VERSION = "4.12.0" +VERSION = "4.13.0" diff --git a/setup.py b/setup.py index 94f4a1c..035cf9b 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name="rivalcfg", - version="4.12.0", + version="4.13.0", description="Configure SteelSeries gaming mice", url="https://github.com/flozz/rivalcfg", project_urls={