diff --git a/share/man/man1/gpo.1 b/share/man/man1/gpo.1 index fa10ac4..d5966d7 100644 --- a/share/man/man1/gpo.1 +++ b/share/man/man1/gpo.1 @@ -1,4 +1,4 @@ -.TH GPO "1" "March 2024" "gpodder 4.15.0" "User Commands" +.TH GPO "1" "May 2024" "gpodder 4.16.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 1506b27..36a99a7 100644 --- a/src/gpodder/__init__.py +++ b/src/gpodder/__init__.py @@ -50,9 +50,9 @@ # This metadata block gets parsed by setup.py - use single quotes only __tagline__ = 'Media and podcast aggregator' __author__ = 'Thomas Perl ' -__version__ = '4.15.0' -__date__ = '2024-03-20' -__relname__ = 'Gevura' +__version__ = '4.16.0' +__date__ = '2024-05-22' +__relname__ = 'Mesirut' __copyright__ = '© 2005-2024 Thomas Perl and the gPodder Team' __license__ = 'ISC / GPLv3 or later' __url__ = 'http://gpodder.org/'