diff --git a/CHANGELOG.md b/CHANGELOG.md index f8e99fc..b13c145 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v10.5.1 (2020-11-30) - [Bugfix] Fix Dockerfile parsing on Windows - [Improvement] Add option to patch lms and cms nginx server blocks diff --git a/tutor/__about__.py b/tutor/__about__.py index cbbf66a..afbb1fb 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "10.5.0" +__version__ = "10.5.1"