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: