Skip to content

Commit aed522d

Browse files
Merge pull request #45 from Keeper-of-the-Keys/disable-soundcloud
Disable soundcloud
2 parents 6e20e05 + 2db045f commit aed522d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

share/man/man1/gpo.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH GPO "1" "February 2021" "gpodder 4.12.0" "User Commands"
1+
.TH GPO "1" "March 2023" "gpodder 4.13.0" "User Commands"
22
.SH NAME
33
gpo \- gPodder command-line interface
44
.SH SYNOPSIS

src/gpodder/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@
5050
# This metadata block gets parsed by setup.py - use single quotes only
5151
__tagline__ = 'Media and podcast aggregator'
5252
__author__ = 'Thomas Perl <[email protected]>'
53-
__version__ = '4.12.0'
54-
__date__ = '2021-02-12'
55-
__relname__ = 'Malkosh'
56-
__copyright__ = '© 2005-2021 Thomas Perl and the gPodder Team'
53+
__version__ = '4.13.0'
54+
__date__ = '2023-03-13'
55+
__relname__ = 'Osher'
56+
__copyright__ = '© 2005-2023 Thomas Perl and the gPodder Team'
5757
__license__ = 'ISC / GPLv3 or later'
5858
__url__ = 'http://gpodder.org/'
5959

0 commit comments

Comments
 (0)