Skip to content
This repository was archived by the owner on Sep 8, 2024. It is now read-only.

Commit a192bdc

Browse files
authored
Merge pull request #2907 from MycroftAI/feature/core-v21.02
Bump core version and MSM for impending core update
2 parents 6327ac5 + b9f1fb7 commit a192bdc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

mycroft/configuration/mycroft.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
// Relative to "data_dir"
103103
"cache": ".skills-repo",
104104
"url": "https://github.com/MycroftAI/mycroft-skills",
105-
"branch": "20.08"
105+
"branch": "21.02"
106106
}
107107
},
108108
"upload_skill_manifest": true,

mycroft/version/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323

2424
# The following lines are replaced during the release process.
2525
# START_VERSION_BLOCK
26-
CORE_VERSION_MAJOR = 20
27-
CORE_VERSION_MINOR = 8
28-
CORE_VERSION_BUILD = 1
26+
CORE_VERSION_MAJOR = 21
27+
CORE_VERSION_MINOR = 2
28+
CORE_VERSION_BUILD = -1
2929
# END_VERSION_BLOCK
3030

3131
CORE_VERSION_TUPLE = (CORE_VERSION_MAJOR,

requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fasteners==0.14.1
1616
PyYAML==5.4
1717

1818
lingua-franca==0.4.1
19-
msm==0.8.8
19+
msm==0.8.9
2020
msk==0.3.16
2121
mycroft-messagebus-client==0.9.1
2222
adapt-parser==0.3.7

0 commit comments

Comments
 (0)