diff --git a/indicator-sound-switcher b/indicator-sound-switcher index ba8afe7..f6a67ae 100755 --- a/indicator-sound-switcher +++ b/indicator-sound-switcher @@ -13,6 +13,12 @@ PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . +--------------------------------------------------------------------------- +Note for developers: some PEP8 rules are neglected here, namely: +- E211 +- E221 +- E241 +- E402 """ import sys @@ -41,7 +47,7 @@ from indicator_sound_switcher.config import Config, EMPTY_CONFIG APP_ID = 'indicator-sound-switcher' APP_NAME = 'Sound Switcher Indicator' APP_ICON = 'indicator-sound-switcher' -APP_VERSION = '2.1.0' +APP_VERSION = '2.1.1' 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 38b7978..9019cb6 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ # Configure setup( name='indicator-sound-switcher', - version='2.1.0ubuntu0', + version='2.1.1ubuntu0', description='Sound input/output selector indicator', author='Dmitry Kann', author_email='yktooo@gmail.com',