From a5a46b668f30f26f5666afe6a14aa69fb579d43f Mon Sep 17 00:00:00 2001 From: Dmitry Kann Date: Tue, 20 Aug 2024 19:12:39 +0200 Subject: [PATCH] chore: release 2.3.10.1 --- debian/changelog | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f94aec5..9945154 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-sound-switcher (2.3.10.1-1) noble; urgency=medium + + * Fix snap package by reverting to core18 (#134) + + -- Dmitry Kann Tue, 20 Aug 2024 19:10:54 +0200 + indicator-sound-switcher (2.3.10-1) noble; urgency=low * Replace deprecated pkg_resources with importlib diff --git a/setup.py b/setup.py index 47476e9..4de2e9a 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ APP_ID = 'indicator-sound-switcher' -APP_VERSION = '2.3.10' +APP_VERSION = '2.3.10.1' def compile_lang_files() -> list: