diff --git a/CHANGELOG.md b/CHANGELOG.md index 305d3b3..6bb0157 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v3.11.6 (2020-03-13) - [Bugfix] Fix "Unable to resolve dependency" error during forum initialisation - [Feature] Add `settheme` command to easily assign a theme to a domain name diff --git a/tutor/__about__.py b/tutor/__about__.py index 425110f..92bbba8 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.11.5" +__version__ = "3.11.6"