diff --git a/CHANGELOG.md b/CHANGELOG.md index ad627e7626..a47cef4e31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥". ## Unreleased +## v13.1.0 (2022-01-08) + - [Improvement] Provide much more comprehensive instructions when upgrading. - [Bugfix] During upgrade, make sure that environment is up-to-date prior to prompting to rebuild the custom images. - [Bugfix] Fix ownership of mysql data, in particular when upgrading a Kubernetes cluster to Maple. diff --git a/tutor/__about__.py b/tutor/__about__.py index 6f0bda80f8..dce4178fed 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.0.3" +__version__ = "13.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