diff --git a/share/man/man1/gpo.1 b/share/man/man1/gpo.1 index 48952bf..83e2c4a 100644 --- a/share/man/man1/gpo.1 +++ b/share/man/man1/gpo.1 @@ -1,4 +1,4 @@ -.TH GPO "1" "February 2021" "gpodder 4.12.0" "User Commands" +.TH GPO "1" "March 2023" "gpodder 4.13.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 c6d62b5..aec9fea 100644 --- a/src/gpodder/__init__.py +++ b/src/gpodder/__init__.py @@ -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.12.0' -__date__ = '2021-02-12' -__relname__ = 'Malkosh' -__copyright__ = '© 2005-2021 Thomas Perl and the gPodder Team' +__version__ = '4.13.0' +__date__ = '2023-03-13' +__relname__ = 'Osher' +__copyright__ = '© 2005-2023 Thomas Perl and the gPodder Team' __license__ = 'ISC / GPLv3 or later' __url__ = 'http://gpodder.org/'