diff --git a/CHANGELOG.md b/CHANGELOG.md index 489083a9b0..755740b88e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥". ## Unreleased +## v13.1.10 (2022-04-11) + - [Feature] Upgrade all applications to open-release/maple.3. ## v13.1.9 (2022-04-06) diff --git a/tutor/__about__.py b/tutor/__about__.py index 603877d7e2..6940d4fb1e 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -2,7 +2,7 @@ # Increment this version number to trigger a new release. See # docs/tutor.html#versioning for information on the versioning scheme. -__version__ = "13.1.9" +__version__ = "13.1.10" # 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