v20.0.3
Install this version from pip with:
pip install "tutor[full]==20.0.3"
Or download the compiled binaries:
sudo curl -L "https://github.com/overhangio/tutor/releases/download/v20.0.3/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
-
[Bugfix] Fix packaging issue where a stray
venv/directory was included in the source distribution (sdist)
for previous releases. The build configuration now correctly excludes thevenv/folder from package archives. (by @ahmed-arb) -
[Feature] Add tutor livedeps to the list of plugins available by default. (by @mlabeeb03)
-
[Feature] Update OPENEDX_COMMON_VERSION to teak.3 tag (by @ahmed-arb)