From b78feec89553bd379537b39ce585848b06930b6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Mon, 14 Feb 2022 16:53:01 +0100 Subject: [PATCH] v13.1.5 (2022-02-14) - [Improvement] Upgrade all services to open-release/maple.2. --- CHANGELOG.md | 2 ++ tutor/__about__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d693a5..6912611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥". ## Unreleased +## v13.1.5 (2022-02-14) + - [Improvement] Upgrade all services to open-release/maple.2. ## v13.1.4 (2022-02-08) diff --git a/tutor/__about__.py b/tutor/__about__.py index 081ad21..da20457 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.4" +__version__ = "13.1.5" # 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