diff --git a/README.rst b/README.rst index 8850eb1..734c6bd 100644 --- a/README.rst +++ b/README.rst @@ -244,6 +244,10 @@ Changelog * **[NEXT]** (changes on ``master`` that have not been released yet): + * Nothing yet ;) + +* **v4.11.0:** + * feat: Added Prime Mini support (@flozz, @NextWork123, #227) * chore: Added Python 3.12 support * chore!: Dropped Python 3.7 support diff --git a/RELEASE.rst b/RELEASE.rst index 1531279..d44ea71 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -9,6 +9,7 @@ This file is a memo for the maintainer. * Check the device list is up to date in the README (``./scripts/update_readme_devices.py``) * Check SSDB is up to date (``nox -s update_ssdb``) +* Check copyright years in ``doc/conf.py`` 1. Release diff --git a/doc/conf.py b/doc/conf.py index d362426..65c04d8 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -21,7 +21,7 @@ # -- Project information ----------------------------------------------------- project = "rivalcfg" -copyright = "2016-2022, Fabien LOISON" +copyright = "2016-2024, Fabien LOISON" author = "Fabien LOISON" # Project version diff --git a/rivalcfg/version.py b/rivalcfg/version.py index f2a8e96..ce77e6b 100644 --- a/rivalcfg/version.py +++ b/rivalcfg/version.py @@ -1 +1 @@ -VERSION = "4.10.0" +VERSION = "4.11.0" diff --git a/setup.py b/setup.py index 79b313d..09a18b3 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name="rivalcfg", - version="4.10.0", + version="4.11.0", description="Configure SteelSeries gaming mice", url="https://github.com/flozz/rivalcfg", project_urls={