Skip to content

Commit d926fb5

Browse files
Merge pull request #53 from Keeper-of-the-Keys/version-4.15
Version 4.15
2 parents 4ffc236 + c06b387 commit d926fb5

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github: Keeper-of-the-Keys
2+
custom: ["https://paypal.me/esrosenberg", Paypal - Keeper-of-the-Keys]

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|___/
77
Media and podcast aggregator
88

9-
Copyright 2005-2020 Thomas Perl and the gPodder Team
9+
Copyright 2005-2024 Thomas Perl and the gPodder Team
1010

1111

1212
[ LICENSE ]

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" "October 2023" "gpodder 4.14.0" "User Commands"
1+
.TH GPO "1" "March 2024" "gpodder 4.15.0" "User Commands"
22
.SH NAME
33
gpo \- gPodder command-line interface
44
.SH SYNOPSIS

src/gpodder/__init__.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
"""
66
gPodder: Media and podcast aggregator
7-
Copyright (c) 2005-2021 Thomas Perl and the gPodder Team
7+
Copyright (c) 2005-2024 Thomas Perl and the gPodder Team
88
99
Historically, gPodder was licensed under the terms of the "GNU GPLv2 or
1010
later", and has been upgraded to "GNU GPLv3 or later" in August 2007.
@@ -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 <thp@gpodder.org>'
53-
__version__ = '4.14.0'
54-
__date__ = '2023-10-01'
55-
__relname__ = 'Nachat'
56-
__copyright__ = '© 2005-2023 Thomas Perl and the gPodder Team'
53+
__version__ = '4.15.0'
54+
__date__ = '2024-03-20'
55+
__relname__ = 'Gevura'
56+
__copyright__ = '© 2005-2024 Thomas Perl and the gPodder Team'
5757
__license__ = 'ISC / GPLv3 or later'
5858
__url__ = 'http://gpodder.org/'
5959

0 commit comments

Comments
 (0)