Skip to content

Commit

Permalink
Merge pull request #49 from Keeper-of-the-Keys/4.14-version-bump
Browse files Browse the repository at this point in the history
Version bump to 4.14/Nachat
  • Loading branch information
Keeper-of-the-Keys authored Oct 1, 2023
2 parents 8ab8999 + d454b48 commit 598573f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion share/man/man1/gpo.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions src/gpodder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
# This metadata block gets parsed by setup.py - use single quotes only
__tagline__ = 'Media and podcast aggregator'
__author__ = 'Thomas Perl <[email protected]>'
__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/'
Expand Down

0 comments on commit 598573f

Please sign in to comment.