diff --git a/CHANGELOG.md b/CHANGELOG.md index 7918259..742af16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v10.2.3 (2020-10-02) - [Feature] Add ``images printtag`` command - [Improvement] Make it possible to override individual contact email addresses with plugins diff --git a/tutor/__about__.py b/tutor/__about__.py index 32f2ffc..3584485 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "10.2.2" +__version__ = "10.2.3"