Install this version from pip with:
pip install "tutor[full]==21.0.1"
Or download the compiled binaries:
sudo curl -L "https://github.com/overhangio/tutor/releases/download/v21.0.1/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor
sudo chmod 0755 /usr/local/bin/tutor
See the installation docs for more installation options and instructions.
Changes
-
[Feature] Add support for mounting
openedx-platform, the which is new name ofedx-platform. Mounting by the old name,edx-platform, will continue to work for now as well (by @kdmccormick). -
[Bugfix] Upgrade edx-search to 4.4.0 to fix Catalog MFE (by @kdmccormick)
-
[Security] Upgrade Django from 5.2.7 to 5.2.11 (by @kdmccormick)
-
[Bugfix] Upgrade ora2 to address pkg_resources build failure (by @kdmccormick)