From a6c9bba3bfead7ccaafecf356e1a807f5795f147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Mon, 1 Jun 2020 17:20:35 +0200 Subject: [PATCH] v3.12.6 (2020-06-01) - [Improvement] Add `dig`, `ping` utilities to openedx-dev Docker image - [Bugfix] Resolve "Can't connect to MySQL server" on init - [Improvement] Make it possible to customize the MySQL root username, for connecting to external MySQL databases --- CHANGELOG.md | 2 +- tutor/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8ea7d4..97bdeaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v3.12.6 (2020-06-01) - [Improvement] Add `dig`, `ping` utilities to openedx-dev Docker image - [Bugfix] Resolve "Can't connect to MySQL server" on init diff --git a/tutor/__about__.py b/tutor/__about__.py index f740bc6..8f4725c 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.12.5" +__version__ = "3.12.6"