Skip to content

Commit

Permalink
Version updated to 2.1.1, minor comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
yktoo committed Oct 31, 2016
1 parent f1443f5 commit 0769b68
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion indicator-sound-switcher
Expand Up @@ -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 <http://www.gnu.org/licenses/>.
---------------------------------------------------------------------------
Note for developers: some PEP8 rules are neglected here, namely:
- E211
- E221
- E241
- E402
"""

import sys
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit 0769b68

Please sign in to comment.