diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..8fc0538 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,2 @@ +github: Keeper-of-the-Keys +custom: ["https://paypal.me/esrosenberg", Paypal - Keeper-of-the-Keys] diff --git a/README b/README index b94f1d3..9cc7755 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ |___/ Media and podcast aggregator - Copyright 2005-2020 Thomas Perl and the gPodder Team + Copyright 2005-2024 Thomas Perl and the gPodder Team [ LICENSE ] diff --git a/share/man/man1/gpo.1 b/share/man/man1/gpo.1 index 0240765..fa10ac4 100644 --- a/share/man/man1/gpo.1 +++ b/share/man/man1/gpo.1 @@ -1,4 +1,4 @@ -.TH GPO "1" "October 2023" "gpodder 4.14.0" "User Commands" +.TH GPO "1" "March 2024" "gpodder 4.15.0" "User Commands" .SH NAME gpo \- gPodder command-line interface .SH SYNOPSIS diff --git a/src/gpodder/__init__.py b/src/gpodder/__init__.py index f8a91ea..1506b27 100644 --- a/src/gpodder/__init__.py +++ b/src/gpodder/__init__.py @@ -4,7 +4,7 @@ """ gPodder: Media and podcast aggregator -Copyright (c) 2005-2021 Thomas Perl and the gPodder Team +Copyright (c) 2005-2024 Thomas Perl and the gPodder Team Historically, gPodder was licensed under the terms of the "GNU GPLv2 or later", and has been upgraded to "GNU GPLv3 or later" in August 2007. @@ -50,10 +50,10 @@ # This metadata block gets parsed by setup.py - use single quotes only __tagline__ = 'Media and podcast aggregator' __author__ = 'Thomas Perl ' -__version__ = '4.14.0' -__date__ = '2023-10-01' -__relname__ = 'Nachat' -__copyright__ = '© 2005-2023 Thomas Perl and the gPodder Team' +__version__ = '4.15.0' +__date__ = '2024-03-20' +__relname__ = 'Gevura' +__copyright__ = '© 2005-2024 Thomas Perl and the gPodder Team' __license__ = 'ISC / GPLv3 or later' __url__ = 'http://gpodder.org/'