diff --git a/share/man/man1/gpo.1 b/share/man/man1/gpo.1 index 83e2c4a..0240765 100644 --- a/share/man/man1/gpo.1 +++ b/share/man/man1/gpo.1 @@ -1,4 +1,4 @@ -.TH GPO "1" "March 2023" "gpodder 4.13.0" "User Commands" +.TH GPO "1" "October 2023" "gpodder 4.14.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 aec9fea..f8a91ea 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.13.0' -__date__ = '2023-03-13' -__relname__ = 'Osher' +__version__ = '4.14.0' +__date__ = '2023-10-01' +__relname__ = 'Nachat' __copyright__ = '© 2005-2023 Thomas Perl and the gPodder Team' __license__ = 'ISC / GPLv3 or later' __url__ = 'http://gpodder.org/'