From 0240a5ef8c68bbac043c46eac1660a2b1d3cd901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Gl=C3=A4=C3=9Fle?= Date: Sun, 4 Aug 2024 15:37:39 +0200 Subject: [PATCH] Release steam-acolyte v0.10.0 - make window scrollable and resizeable --- CHANGES.rst | 7 +++++++ steam_acolyte/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index a1f5cd3..508836a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,13 @@ CHANGES ------- +0.10.0 +~~~~~~ +Date: 04.08.2024 + +- make window scrollable and resizeable + + 0.9.0 ~~~~~ Date: 25.05.2023 diff --git a/steam_acolyte/__init__.py b/steam_acolyte/__init__.py index 20d247c..f106c6d 100644 --- a/steam_acolyte/__init__.py +++ b/steam_acolyte/__init__.py @@ -1,3 +1,3 @@ __title__ = "steam-acolyte" -__version__ = "0.9.0" +__version__ = "0.10.0" __url__ = "https://github.com/coldfix/steam-acolyte"