Skip to content

v16.1.7

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Nov 17:25
· 288 commits to master since this release

Install this version from pip with:

pip install "tutor[full]==16.1.7"

Or download the compiled binaries:

sudo curl -L "https://github.com/overhangio/tutor/releases/download/v16.1.7/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] Upgrade to open-release/palm.4. It is strongly recommended to upgrade to this release for as long as possible before upgrading to Quince. Otherwise, many users will be logged out after the Quince upgrade and will have to log in again -- see the Quince release notes. (by @regisb)
  • [Bugfix] Fix installation of tutor due to missing dev.txt file in Python package. (by @regisb)