Skip to content

Commit 74acdf0

Browse files
Merge pull request #27 from Keeper-of-the-Keys/release-prep
Release 4.8.0 - "Yoreh"
2 parents 28f66f4 + a980f04 commit 74acdf0

File tree

13 files changed

+17
-17
lines changed

13 files changed

+17
-17
lines changed

LICENSE.ISC

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
gPodder: Media and podcast aggregator
2-
Copyright (c) 2005-2016 Thomas Perl and the gPodder Team
2+
Copyright (c) 2005-2019 Thomas Perl and the gPodder Team
33

44
Permission to use, copy, modify, and/or distribute this software for any
55
purpose with or without fee is hereby granted, provided that the above

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|___/
77
Media and podcast aggregator
88

9-
Copyright 2005-2016 Thomas Perl and the gPodder Team
9+
Copyright 2005-2019 Thomas Perl and the gPodder Team
1010

1111

1212
[ LICENSE ]

bin/gpo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#
44
# gPodder: Media and podcast aggregator
5-
# Copyright (c) 2005-2016 Thomas Perl and the gPodder Team
5+
# Copyright (c) 2005-2019 Thomas Perl and the gPodder Team
66
#
77
# gPodder is free software; you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# gPodder: Media and podcast aggregator
3-
# Copyright (c) 2005-2016 Thomas Perl and the gPodder Team
3+
# Copyright (c) 2005-2019 Thomas Perl and the gPodder Team
44
#
55
# Permission to use, copy, modify, and/or distribute this software for any
66
# purpose with or without fee is hereby granted, provided that the above

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
#
33
# setup.py: gPodder Setup Script
4-
# Copyright (c) 2005-2016, Thomas Perl <[email protected]>
4+
# Copyright (c) 2005-2019, Thomas Perl <[email protected]>
55
#
66
# Permission to use, copy, modify, and/or distribute this software for any
77
# purpose with or without fee is hereby granted, provided that the above

share/man/man1/gpo.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH GPO "1" "May 2015" "gpodder 4.6.0" "User Commands"
1+
.TH GPO "1" "October 2019" "gpodder 4.8.0" "User Commands"
22
.SH NAME
33
gpo \- gPodder command-line interface
44
.SH SYNOPSIS

src/gpodder/__init__.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
"""
66
gPodder: Media and podcast aggregator
7-
Copyright (c) 2005-2016 Thomas Perl and the gPodder Team
7+
Copyright (c) 2005-2019 Thomas Perl and the gPodder Team
88
99
Historically, gPodder was licensed under the terms of the "GNU GPLv2 or
1010
later", and has been upgraded to "GNU GPLv3 or later" in August 2007.
@@ -50,10 +50,10 @@
5050
# This metadata block gets parsed by setup.py - use single quotes only
5151
__tagline__ = 'Media and podcast aggregator'
5252
__author__ = 'Thomas Perl <[email protected]>'
53-
__version__ = '4.6.0'
54-
__date__ = '2015-05-24'
55-
__relname__ = 'Industrial'
56-
__copyright__ = '© 2005-2016 Thomas Perl and the gPodder Team'
53+
__version__ = '4.8.0'
54+
__date__ = '2019-10-31'
55+
__relname__ = 'Yoreh'
56+
__copyright__ = '© 2005-2019 Thomas Perl and the gPodder Team'
5757
__license__ = 'ISC / GPLv3 or later'
5858
__url__ = 'http://gpodder.org/'
5959

src/gpodder/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# gPodder: Media and podcast aggregator
3-
# Copyright (c) 2005-2015 Thomas Perl and the gPodder Team
3+
# Copyright (c) 2005-2019 Thomas Perl and the gPodder Team
44
#
55
# gPodder is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

src/gpodder/download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# gPodder: Media and podcast aggregator
3-
# Copyright (c) 2005-2015 Thomas Perl and the gPodder Team
3+
# Copyright (c) 2005-2019 Thomas Perl and the gPodder Team
44
#
55
# gPodder is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

src/gpodder/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# gPodder: Media and podcast aggregator
3-
# Copyright (c) 2005-2015 Thomas Perl and the gPodder Team
3+
# Copyright (c) 2005-2019 Thomas Perl and the gPodder Team
44
# Copyright (c) 2011 Neal H. Walfield
55
#
66
# gPodder is free software; you can redistribute it and/or modify

0 commit comments

Comments
 (0)