From 8f0ab86205805280854da3ac76eb3e4615117172 Mon Sep 17 00:00:00 2001 From: Dmitry Kann Date: Tue, 26 May 2020 18:57:53 +0200 Subject: [PATCH] Prepare release 2.3.3 --- debian/changelog | 7 +++++++ lib/indicator_sound_switcher/indicator.py | 2 +- setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 164acf6..16f3876 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-sound-switcher (2.3.3-1) eoan; urgency=low + + * Fix broken SVG icons (#87) + * Update RU, NL translations + + -- Dmitry Kann Mon, 26 May 2020 18:57:12 +0200 + indicator-sound-switcher (2.3.2-1) eoan; urgency=low * Explicitly include .po and exclude .mo in source distribution (#82) diff --git a/lib/indicator_sound_switcher/indicator.py b/lib/indicator_sound_switcher/indicator.py index 29316b0..9b76565 100644 --- a/lib/indicator_sound_switcher/indicator.py +++ b/lib/indicator_sound_switcher/indicator.py @@ -24,7 +24,7 @@ # Global definitions APP_ID = 'indicator-sound-switcher' APP_NAME = 'Sound Switcher Indicator' -APP_VERSION = '2.3.2' +APP_VERSION = '2.3.3' APP_LICENCE = """This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3, as published by the Free Software Foundation. diff --git a/setup.py b/setup.py index a4da26b..0f3e1b7 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ APP_ID = 'indicator-sound-switcher' -APP_VERSION = '2.3.2' +APP_VERSION = '2.3.3' def compile_lang_files() -> list: