Skip to content

Commit

Permalink
Merge pull request #262 from MycroftAI/feature/21.02
Browse files Browse the repository at this point in the history
Bump mycroft-core version to 21.02
  • Loading branch information
chrisveilleux authored Jun 15, 2021
2 parents d5d2eef + 5654572 commit adf26eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions batch/job_scheduler/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ def update_device_last_contact():
schedule.every().day.at('00:15').do(load_skills, version='19.02')
schedule.every().day.at('00:20').do(load_skills, version='19.08')
schedule.every().day.at('00:25').do(load_skills, version='20.02')
schedule.every().day.at('00:25').do(load_skills, version='20.08')
schedule.every().day.at('00:25').do(load_skills, version='21.02')

# Run the schedule
while True:
Expand Down
2 changes: 1 addition & 1 deletion shared/selene/data/skill/repository/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __init__(self, db):
super(SkillDisplayRepository, self).__init__(db, __file__)

# TODO: Change this to a value that can be passed in
self.core_version = '20.02'
self.core_version = '21.02'

def get_display_data_for_skills(self):
return self._select_all_into_dataclass(
Expand Down

0 comments on commit adf26eb

Please sign in to comment.