mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
v3.0.5
- [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:
parent
b208c90021
commit
e54a3cc8ca
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
__version__ = "3.0.4"
|
||||
__version__ = "3.0.5"
|
||||
|
Loading…
Reference in New Issue
Block a user