diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d58697..c695018 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## 3.11.1 (2020-01-16) - [Feature] Add `config render` command diff --git a/tutor/__about__.py b/tutor/__about__.py index fcbd695..595a2b3 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.11.0" +__version__ = "3.11.1"