diff --git a/README.rst b/README.rst index 6a7dc66..d36a5ea 100644 --- a/README.rst +++ b/README.rst @@ -95,6 +95,10 @@ Changelog * **[NEXT]** (changes on ``master``, but not released yet): + * Nothing yet ;) + +* **v1.0.2:** + * misc: Added Python 3.13 support (@flozz) * misc!: Removed Python 3.8 support (@flozz) diff --git a/setup.py b/setup.py index 5014632..27ffba6 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name="suorafxctl", - version="1.0.1", + version="1.0.2", description="Configure Roccat Suora FX keyboards on Linux", url="https://github.com/flozz/suorafxctl", license="WTFPL",