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"