From 731946cce6327c8852e1605ba305526e137e0aa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Wed, 10 Feb 2021 00:18:00 +0100 Subject: [PATCH] v11.2.0 (2021-02-10) - [Bugfix] Upgrade all services to open-release/koa.2 --- CHANGELOG.md | 4 +++- tutor/__about__.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7aa652..24640b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,11 @@ Note: Breaking changes between versions are indicated by "💥". ## Unreleased +## v11.2.0 (2021-02-10) + - [Bugfix] Upgrade all services to open-release/koa.2 -## v11.1.5 (2021-02-009) +## v11.1.5 (2021-02-09) - [Security] Apply security patch [26432](https://github.com/edx/edx-platform/pull/26432). - [Bugfix] Print warnings to stderr diff --git a/tutor/__about__.py b/tutor/__about__.py index 2debc03..10db32a 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "11.1.5" +__version__ = "11.2.0"