From 234d268b04307eebfb57add62d23d86160aecfeb Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Fri, 7 Nov 2014 23:19:32 +0100 Subject: [PATCH] Bump version requirement to PyOtherSide 1.3 This allows us to put gPodder's QML and Python code into qrc. --- README | 2 +- common/GPodderCore.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 8fbd8d9..acc6172 100644 --- a/README +++ b/README @@ -17,5 +17,5 @@ Package Min.Version URL Qt 5.1.0 http://qt-project.org/ Qt Multimedia 5.1.0 http://qt-project.org/ Python 3.2.0 http://python.org/ -PyOtherSide 1.1.0 http://thp.io/2011/pyotherside/ +PyOtherSide 1.3.0 http://thp.io/2011/pyotherside/ gPodder Core 4.0.0 http://gpodder.org/ diff --git a/common/GPodderCore.qml b/common/GPodderCore.qml index 4364109..a5983f3 100644 --- a/common/GPodderCore.qml +++ b/common/GPodderCore.qml @@ -19,7 +19,7 @@ */ import QtQuick 2.0 -import io.thp.pyotherside 1.0 +import io.thp.pyotherside 1.3 Python {