Skip to content

Commit

Permalink
Update about, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoCeruti committed Dec 24, 2021
1 parent b462a07 commit 39aba46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lisp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
__email__ = 'ceppofrancy@gmail.com'
__url__ = 'https://github.com/FrancescoCeruti/linux-show-player'
__license__ = 'GPLv3'
__version__ = '0.5.2'
__version__ = '0.5.3'
7 changes: 4 additions & 3 deletions lisp/ui/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ class About(QDialog):

DESCRIPTION = QT_TRANSLATE_NOOP('AboutDialog',
'Linux Show Player is a cue-player designed for stage productions.')
WEB_SITE = 'http://linux-show-player.sourceforge.net'
USER_GROUP = 'http://groups.google.com/group/linux-show-player---users'
WEB_SITE = 'https://www.linux-show-player.org/'
USER_GROUP = 'https://gitter.im/linux-show-player/linux-show-player'
SOURCE_CODE = 'https://github.com/FrancescoCeruti/linux-show-player'

CONTRIBUTORS = OrderedDict({
Expand All @@ -64,7 +64,8 @@ class About(QDialog):
('fri', 'https://www.transifex.com/user/profile/fri'),
('Luis García-Tornel', 'tornel@gmail.com'),
('miharix', 'https://github.com/miharix'),
('Olivier Humbert - français', 'trebmuh@tuxfamily.org')
('Olivier Humbert - français', 'trebmuh@tuxfamily.org'),
('Santiago Benejam Torres', 'sbenejam@gmail.com')
],
})

Expand Down

0 comments on commit 39aba46

Please sign in to comment.