Skip to content

v14.0.5 (2022-08-29)

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Aug 13:12
· 673 commits to master since this release

Install this version from pip with:

pip install "tutor[full]==v14.0.5"

Or download the compiled binaries:

sudo curl -L "https://github.com/overhangio/tutor/releases/download/v14.0.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

  • [Bugfix] Fix MongoDB replica set connection error resulting from edx-platform's pymongo (3.10.1 -> 3.12.3) upgrade (edx-platform#30569). (by @ormsbee)
  • [Feature] Upgrade all applications to open-release/nutmeg.2.