diff --git a/CHANGELOG.md b/CHANGELOG.md index 09412f1ea3..c84d68cef9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/cloud/ubuntu.sh b/cloud/ubuntu.sh index 8d7d817f05..78f6768ebb 100755 --- a/cloud/ubuntu.sh +++ b/cloud/ubuntu.sh @@ -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 diff --git a/tutor/__about__.py b/tutor/__about__.py index 8e10cb462a..e94f36fe8b 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.0.4" +__version__ = "3.0.5"