diff --git a/CHANGELOG.md b/CHANGELOG.md index e487bcf..456bda7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## 3.7.4 (2019-10-19) - [Bugfix] Fix missing requirements file in pypi package (#261) - [Improvement] Add missing cms/lms production/development setting patches diff --git a/tutor/__about__.py b/tutor/__about__.py index 221485a..035c71b 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.7.3" +__version__ = "3.7.4"