Skip to content

Commit

Permalink
v3.0.5
Browse files Browse the repository at this point in the history
- [Feature] Add cloud deployment script
- [Improvement] Run `images pull` command
- [Improvement] Run `indexcourses` on importing demo course
- [Improvement] Add `runserver stop` command
  • Loading branch information
regisb committed Feb 14, 2019
1 parent b208c90 commit e54a3cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cloud/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion tutor/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.0.4"
__version__ = "3.0.5"

0 comments on commit e54a3cc

Please sign in to comment.