diff --git a/CHANGELOG.md b/CHANGELOG.md index b4bbf07..1470482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ Every user-facing change should have an entry in this changelog. Please respect ## Unreleased +## v14.1.0 (2022-10-10) + - [Improvement] Upgrade Scorm XBlock to v14.0.0. (by @regisb) - 💥[Improvement] The Richie plugin was transferred to the Openfun organization; thus, it is no longer officially supported and it is removed from the default set of plugins that ships with `pip install tutor[full]` or the Tutor pre-compiled binary. Users are encouraged to uninstall the `tutor-richie` Python package and install the `tutor-contrib-richie` package instead. - [Feature] Upgrade edx-platform i18n strings to nutmeg.2. (by @regisb) diff --git a/tutor/__about__.py b/tutor/__about__.py index e17ebfb..f648cea 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -2,7 +2,7 @@ import os # Increment this version number to trigger a new release. See # docs/tutor.html#versioning for information on the versioning scheme. -__version__ = "14.0.5" +__version__ = "14.1.0" # The version suffix will be appended to the actual version, separated by a # dash. Use this suffix to differentiate between the actual released version and