We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b208c90 commit e54a3ccCopy full SHA for e54a3cc
3 files changed
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Latest
4
5
+## 3.0.5 (2019-02-14)
6
+
7
- [Feature] Add cloud deployment script
8
- [Improvement] Run `images pull` command
9
- [Improvement] Run `indexcourses` on importing demo course
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
tutor/__about__.py
@@ -1 +1 @@
1
-__version__ = "3.0.4"
+__version__ = "3.0.5"
0 commit comments