Skip to content

v20.0.3

Choose a tag to compare

@github-actions github-actions released this 03 Dec 12:02
· 7 commits to release since this release
3f45344

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 the venv/ 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)