Skip to content

Commit 8e40835

Browse files
Merge pull request #223 from Keeper-of-the-Keys/4.18.0
Version bump to 4.18.0
2 parents 9bd6d18 + ed92ee9 commit 8e40835

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

common/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# of gpodder-core, but we might have a different release schedule later on. If
2020
# we decide to have parallel releases, we can at least start using this version
2121
# to check if the core version is compatible with the QML UI version.
22-
__version__ = '4.17.4'
22+
__version__ = '4.18.0'
2323

2424
import pyotherside
2525
import gpodder

qml/AboutPage.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ Page {
7373
width: parent.width
7474
wrapMode: Text.WordWrap
7575
text: [
76-
'© 2005-2020 '+ qsTr("Thomas Perl and the gPodder Team"),
76+
'© 2005-2025 '+ qsTr("Thomas Perl and the gPodder Team"),
7777
qsTr("License: ISC / GPLv3 or later"),
7878
qsTr("Website: ") + 'http://gpodder.org/',
7979
'',
8080
qsTr("Sailfish OS artwork by Stephan Beyerle"),
8181
'',
8282
'gPodder Core ' + py.coreversion,
83-
'gPodder QML UI ' + py.uiversion,
83+
'gPodder Sailfish ' + py.uiversion,
8484
'Podcastparser ' + py.parserversion,
8585
'PyOtherSide ' + py.pluginVersion(),
8686
'Python ' + py.pythonVersion()

rpm/harbour-org.gpodder.sailfish.spec

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

99
Summary: Media and podcast aggregator
1010
Name: harbour-org.gpodder.sailfish
11-
Version: 4.17.4
11+
Version: 4.18.0
1212
Release: 1
1313
Group: System/GUI/Other
1414
License: ISC / GPLv3

0 commit comments

Comments
 (0)