6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-12-12 14:17:46 +00:00
- [Feature] Add cloud deployment script
- [Improvement] Run `images pull` command
- [Improvement] Run `indexcourses` on importing demo course
- [Improvement] Add `runserver stop` command
This commit is contained in:
Régis Behmo 2019-02-14 08:39:11 +01:00
parent b208c90021
commit e54a3cc8ca
3 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,8 @@
## Latest
## 3.0.5 (2019-02-14)
- [Feature] Add cloud deployment script
- [Improvement] Run `images pull` command
- [Improvement] Run `indexcourses` on importing demo course

View File

@ -2,7 +2,7 @@
# Provision an AWS cloud instance with tutor.
# Run with: curl -sSL https://raw.githubusercontent.com/regisb/tutor/master/cloud/ubuntu.sh | sudo bash -e
export TUTOR_VERSION="v3.0.4"
export TUTOR_VERSION="v3.0.5"
export USER="$SUDO_USER"
export DEBIAN_FRONTEND=noninteractive

View File

@ -1 +1 @@
__version__ = "3.0.4"
__version__ = "3.0.5"