From e611b90441aef067c47bdcfb2acaf183e67f7a0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Mon, 13 Jan 2020 14:41:08 +0100 Subject: [PATCH] 3.10.1 (2020-01-13) - [Improvement] Explicitely point to docker.io images, when necessary, for [podman](https://podman.io/) compatibility. --- CHANGELOG.md | 4 ++++ tutor/__about__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b31c9bb..9deb306 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Note: Breaking changes between versions are indicated by "💥". +## 3.10.1 (2020-01-13) + +- [Improvement] Explicitely point to docker.io images, when necessary, for [podman](https://podman.io/) compatibility. + ## 3.10.0 (2020-01-10) - [Bugfix] Fix oauth authentication in dev mode diff --git a/tutor/__about__.py b/tutor/__about__.py index 9ce9954..27c09cd 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.10.0" +__version__ = "3.10.1"