From 24035ac1fefd57a9f7bcec61e372bb16a30ddafa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Mon, 15 Jun 2020 17:59:27 +0200 Subject: [PATCH] v10.0.1 (2020-06-15) - [Bugfix] Fix KeyError when running ``local quickstart`` for the first time --- CHANGELOG.md | 2 +- tutor/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf471e4075..023699c708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v10.0.1 (2020-06-15) - [Bugfix] Fix KeyError when running ``local quickstart`` for the first time diff --git a/tutor/__about__.py b/tutor/__about__.py index 9158871f97..ab64964188 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "10.0.0" +__version__ = "10.0.1"