From e63dad06b718d4f9747dbfd2daf05d8e9cc642fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20Forslund?= Date: Wed, 19 Feb 2020 08:01:05 +0100 Subject: [PATCH 1/2] Update msm to default to 20.02 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0ec07faf19..cd1c4f1b2c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ fasteners==0.14.1 PyYAML==5.1.2 lingua-franca==0.2.0 -msm==0.8.5 +msm==0.8.6 msk==0.3.14 adapt-parser==0.3.4 padatious==0.4.6 From 9ea0abe2646d875e0eb52376ab12137dfffd6df0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20Forslund?= Date: Wed, 19 Feb 2020 08:02:02 +0100 Subject: [PATCH 2/2] Update default branch for skill updates to 20.02 This referes to the settings made to msm when used by the installer skill and the default skill updates done in the skills process --- mycroft/configuration/mycroft.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mycroft/configuration/mycroft.conf b/mycroft/configuration/mycroft.conf index 8cf19bc71b..e21e8cef11 100644 --- a/mycroft/configuration/mycroft.conf +++ b/mycroft/configuration/mycroft.conf @@ -102,7 +102,7 @@ // Relative to "data_dir" "cache": ".skills-repo", "url": "https://github.com/MycroftAI/mycroft-skills", - "branch": "19.08" + "branch": "20.02" } }, "upload_skill_manifest": true,