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"