From 3ca0c6cf46a38c669725c855aafc28e3eae0a47b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 14 Jan 2020 17:35:11 +0100 Subject: [PATCH] v3.11.0 (2020-01-14) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - [Feature] Add support for simple, YAML-based plugins - 💥[Improvement] The output of `plugins list` now includes plugin version numbers --- CHANGELOG.md | 2 +- tutor/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7372bb..2017b18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## 3.11.0 (2020-01-14) - [Feature] Add support for simple, YAML-based plugins - 💥[Improvement] The output of `plugins list` now includes plugin version numbers diff --git a/tutor/__about__.py b/tutor/__about__.py index 27c09cd..fcbd695 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.10.1" +__version__ = "3.11.0"