Skip to content

v15.3.5

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Apr 07:28
· 401 commits to release since this release

Install this version from pip with:

pip install "tutor[full]==15.3.5"

Or download the compiled binaries:

sudo curl -L "https://github.com/overhangio/tutor/releases/download/v15.3.5/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] Make it possible to import the demo course from a different git repository or version. (by @regisb)
  • [Feature] Add a convenient do print-edx-platform-setting command to print the value of an edx-platform setting. (by @regisb)
  • [Improvement] Improve edx-platform logging by silencing a couple deprecation warnings. (by @regisb)
  • [Feature] Add a convenient do sqlshell command to enter a SQL shell as root. (by @regisb)