From 76f9f5bb9774bd2014add73ac7ba65d10705341d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Fri, 22 Mar 2019 23:39:50 +0100 Subject: [PATCH] v3.3.0 - [Feature] Upgrade from Hawthorn to Ironwood --- CHANGELOG.md | 4 ++++ tutor/__about__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cc5c00..b7ba450 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.3.0 (2019-03-22) + +- [Feature] Upgrade from Hawthorn to Ironwood + ## 3.2.2 (2019-03-21) - [Feature] Multiple platforms on a single server \o/ diff --git a/tutor/__about__.py b/tutor/__about__.py index 1e3bed4..88c513e 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.2.2" +__version__ = "3.3.0"