Skip to content

Commit e54a3cc

Browse files
committed
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
1 parent b208c90 commit e54a3cc

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Latest
44

5+
## 3.0.5 (2019-02-14)
6+
57
- [Feature] Add cloud deployment script
68
- [Improvement] Run `images pull` command
79
- [Improvement] Run `indexcourses` on importing demo course

cloud/ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Provision an AWS cloud instance with tutor.
33
# Run with: curl -sSL https://raw.githubusercontent.com/regisb/tutor/master/cloud/ubuntu.sh | sudo bash -e
44

5-
export TUTOR_VERSION="v3.0.4"
5+
export TUTOR_VERSION="v3.0.5"
66
export USER="$SUDO_USER"
77
export DEBIAN_FRONTEND=noninteractive
88

tutor/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.0.4"
1+
__version__ = "3.0.5"

0 commit comments

Comments
 (0)