Skip to content

Commit

Permalink
Prepare release 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yktoo committed May 26, 2020
1 parent dd95ddc commit 8f0ab86
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <yktooo@gmail.com> 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)
Expand Down
2 changes: 1 addition & 1 deletion lib/indicator_sound_switcher/indicator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


APP_ID = 'indicator-sound-switcher'
APP_VERSION = '2.3.2'
APP_VERSION = '2.3.3'


def compile_lang_files() -> list:
Expand Down

0 comments on commit 8f0ab86

Please sign in to comment.