Bump core version and MSM for impending core update
parent
6327ac5dbb
commit
b9f1fb7ffb
|
@ -102,7 +102,7 @@
|
||||||
// Relative to "data_dir"
|
// Relative to "data_dir"
|
||||||
"cache": ".skills-repo",
|
"cache": ".skills-repo",
|
||||||
"url": "https://github.com/MycroftAI/mycroft-skills",
|
"url": "https://github.com/MycroftAI/mycroft-skills",
|
||||||
"branch": "20.08"
|
"branch": "21.02"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"upload_skill_manifest": true,
|
"upload_skill_manifest": true,
|
||||||
|
|
|
@ -23,9 +23,9 @@ from mycroft.util.log import LOG
|
||||||
|
|
||||||
# The following lines are replaced during the release process.
|
# The following lines are replaced during the release process.
|
||||||
# START_VERSION_BLOCK
|
# START_VERSION_BLOCK
|
||||||
CORE_VERSION_MAJOR = 20
|
CORE_VERSION_MAJOR = 21
|
||||||
CORE_VERSION_MINOR = 8
|
CORE_VERSION_MINOR = 2
|
||||||
CORE_VERSION_BUILD = 1
|
CORE_VERSION_BUILD = -1
|
||||||
# END_VERSION_BLOCK
|
# END_VERSION_BLOCK
|
||||||
|
|
||||||
CORE_VERSION_TUPLE = (CORE_VERSION_MAJOR,
|
CORE_VERSION_TUPLE = (CORE_VERSION_MAJOR,
|
||||||
|
|
|
@ -16,7 +16,7 @@ fasteners==0.14.1
|
||||||
PyYAML==5.4
|
PyYAML==5.4
|
||||||
|
|
||||||
lingua-franca==0.4.1
|
lingua-franca==0.4.1
|
||||||
msm==0.8.8
|
msm==0.8.9
|
||||||
msk==0.3.16
|
msk==0.3.16
|
||||||
mycroft-messagebus-client==0.9.1
|
mycroft-messagebus-client==0.9.1
|
||||||
adapt-parser==0.3.7
|
adapt-parser==0.3.7
|
||||||
|
|
Loading…
Reference in New Issue