From 483b708deff2ecdae1f380682ed9c014bb701062 Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 8 Mar 2021 17:08:21 -0500 Subject: [PATCH] Version bump --- build.py | 0 release.yaml | 8 ++------ 2 files changed, 2 insertions(+), 6 deletions(-) mode change 100755 => 100644 build.py diff --git a/build.py b/build.py old mode 100755 new mode 100644 diff --git a/release.yaml b/release.yaml index dcd2b52..166a755 100644 --- a/release.yaml +++ b/release.yaml @@ -1,10 +1,6 @@ -version: '0.4.0' +version: '0.4.1' changelog: | - - #44 - Stop doing string manipulations on translations - - #50 - Add support for Kodi Matrix - - #52 - Use future imports for all library files - - #53 - Add build script and set up pipeline - - #54 - Fix yesno dialogs in Kodi 19 + - #57 - Fix browsing by pages dependencies: py2: - addon: 'xbmc.python'