From 304ff1a42c836f1c25ad6762422ea76b90fd1fbe Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 2 Mar 2021 20:57:55 -0500 Subject: [PATCH] Version bump --- .gitignore | 3 +++ release.yaml | 10 ++++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2c5a3c4..f3eb76e 100644 --- a/.gitignore +++ b/.gitignore @@ -220,3 +220,6 @@ pip-log.txt #Mr Developer .mr.developer.cfg + +# Addon files +addon.xml diff --git a/release.yaml b/release.yaml index c109adb..dcd2b52 100644 --- a/release.yaml +++ b/release.yaml @@ -1,8 +1,10 @@ -version: '0.3.1' +version: '0.4.0' changelog: | - - #37 - Don't urlencode auth json payload - - #39 - Fix clone skin function - - #40 - Show proper language names for external subs + - #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 dependencies: py2: - addon: 'xbmc.python'