diff --git a/CHANGELOG.md b/CHANGELOG.md index a2d7c48..8745b4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥". ## Unreleased +## v13.1.6 (2022-03-15) + - [Bugfix] Fix `local/k8s quickstart` commands when upgrading from an older release (#595). - [Bugfix] Fix running the default exim-relay SMTP server on arm64 (#600). - [Feature] Add `tutor k8s apply` comand, which is a direct interface with `kubectl apply`. diff --git a/tutor/__about__.py b/tutor/__about__.py index da20457..dd401cf 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__ = "13.1.5" +__version__ = "13.1.6" # 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