From ed47177ca50b362c00f9f0d1a228f627da2baa32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Mon, 18 Mar 2019 22:43:02 +0100 Subject: [PATCH] v3.2.0 - [Improvement] `images pull` now also pulls vendor images - [Feature] Add convenient `config printvalue` command - [Feature] Customize docker registry - [Feature] Load configuration parameters from the system environment - [Improvement] Automatic environment re-generation after re-configuration - [Improvement] Error and interrupt handling in UI and web UI - [Bugfix] Fix missing webui env directory --- CHANGELOG.md | 2 +- tutor/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46fba12..871e1b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Latest +## 3.2.0 (2019-03-18) - [Improvement] `images pull` now also pulls vendor images - [Feature] Add convenient `config printvalue` command diff --git a/tutor/__about__.py b/tutor/__about__.py index f5f41e5..1173108 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.1.0" +__version__ = "3.2.0"